Html Css Color HEX #9C720C Golden Brown

📋 copy color: '#9C720C'

red 156 ◦ green 114 ◦ blue 12

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

Shades of Golden Brown #9C720C

Tints of Golden Brown #9C720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 55.32%
G = 40.43%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C720C (or 0x9C720C) is known color: Golden Brown. HEX triplet: 9C, 72 and 0C. RGB value is (156,114,12). Sum of RGB (Red+Green+Blue) = 156+114+12=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C720C is #638DF3. Grayscale: #737373. Windows color (decimal): -6524404 or 815772. OLE color: 815772.

HSL color Cylindrical-coordinate representation of color #9C720C: hue angle of 42.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C720C is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 114 12 -
CMYK 0 0.27 0.92 0.39
HSL 42.5º 0.86% 0.33% -
HSV(B) 42.5º 0.92% 0.61% -
XYZ 19.79 19.13 3 -
YUV 114.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 156 114 12 0 0.27 0.92 0.39 42.5 0.86 0.33
Hex 9C 72 C 0 1B 5C 27 2A 56 21
Octal 234 162 14 0 33 134 47 52 126 41
Binary 10011100 1110010 1100 0 11011 1011100 100111 101010 1010110 100001

Color Harmonies of #9C720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C720C

Black with #9C720C

Text Example


Text Example

White with #9C720C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,114,12); }

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

background-color css

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

 a { background-color: rgb(156,114,12); }

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

border-color css

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

 span { border-color: rgb(156,114,12); }

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