Html Css Color HEX #9C7702 Golden Brown

📋 copy color: '#9C7702'

red 156 ◦ green 119 ◦ blue 2

#9C7702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9C7702

Tints of Golden Brown #9C7702

RGB

 RED value IS 156 (61.33% from 255) = 56.32%

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 56.32%
G = 42.96%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C7702 (or 0x9C7702) is known color: Golden Brown. HEX triplet: 9C, 77 and 02. RGB value is (156,119,2). Sum of RGB (Red+Green+Blue) = 156+119+2=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7702 is #6388FD. Grayscale: #757575. Windows color (decimal): -6523134 or 161692. OLE color: 161692.

HSL color Cylindrical-coordinate representation of color #9C7702: hue angle of 45.58º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C7702 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 2 -
CMYK 0 0.24 0.99 0.39
HSL 45.58º 0.97% 0.31% -
HSV(B) 45.58º 0.99% 0.61% -
XYZ 20.32 20.27 2.9 -
YUV 116.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 156 119 2 0 0.24 0.99 0.39 45.58 0.97 0.31
Hex 9C 77 2 0 18 63 27 2E 61 1F
Octal 234 167 2 0 30 143 47 56 141 37
Binary 10011100 1110111 10 0 11000 1100011 100111 101110 1100001 11111

Color Harmonies of #9C7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7702

Black with #9C7702

Text Example


Text Example

White with #9C7702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7702; }

 p { color: rgb(156,119,2); }

 H1.HeaderClassName
 {
   color: #9C7702;
 }
 .AnyTagClassName
 {
   color: #9C7702;
 }
</style>

background-color css

<style>
 a { background-color: #9C7702; }

 a { background-color: rgb(156,119,2); }

 div.DivClassName
 {
   background-color: #9C7702;
 }
 .BgClassName
 {
   background-color: #9C7702;
 }
</style>

border-color css

<style>
 span { border-color: #9C7702; }

 span { border-color: rgb(156,119,2); }

 td.TdClassName
 {
   border-color: #9C7702;
 }
 .TagClassName
 {
   border-color: #9C7702;
 }
</style>