Html Css Color HEX #9C5E16 Golden Brown

📋 copy color: '#9C5E16'

red 156 ◦ green 94 ◦ blue 22

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

Shades of Golden Brown #9C5E16

Tints of Golden Brown #9C5E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.56%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 57.35%
G = 34.56%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C5E16 (or 0x9C5E16) is known color: Golden Brown. HEX triplet: 9C, 5E and 16. RGB value is (156,94,22). Sum of RGB (Red+Green+Blue) = 156+94+22=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5E16 is #63A1E9. Grayscale: #686868. Windows color (decimal): -6529514 or 1466012. OLE color: 1466012.

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

Color convert

RGB 156 94 22 -
CMYK 0 0.40 0.86 0.39
HSL 32.24º 0.75% 0.35% -
HSV(B) 32.24º 0.86% 0.61% -
XYZ 17.86 15.13 2.74 -
YUV 104.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 156 94 22 0 0.40 0.86 0.39 32.24 0.75 0.35
Hex 9C 5E 16 0 28 56 27 20 4B 23
Octal 234 136 26 0 50 126 47 40 113 43
Binary 10011100 1011110 10110 0 101000 1010110 100111 100000 1001011 100011

Color Harmonies of #9C5E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E16

Black with #9C5E16

Text Example


Text Example

White with #9C5E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,22); }

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

background-color css

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

 a { background-color: rgb(156,94,22); }

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

border-color css

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

 span { border-color: rgb(156,94,22); }

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