Html Css Color HEX #9C5E0E Golden Brown

📋 copy color: '#9C5E0E'

red 156 ◦ green 94 ◦ blue 14

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

Shades of Golden Brown #9C5E0E

Tints of Golden Brown #9C5E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 59.09%
G = 35.61%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C5E0E (or 0x9C5E0E) is known color: Golden Brown. HEX triplet: 9C, 5E and 0E. RGB value is (156,94,14). Sum of RGB (Red+Green+Blue) = 156+94+14=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5E0E is #63A1F1. Grayscale: #676767. Windows color (decimal): -6529522 or 941724. OLE color: 941724.

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

Color convert

RGB 156 94 14 -
CMYK 0 0.40 0.91 0.39
HSL 33.8º 0.84% 0.33% -
HSV(B) 33.8º 0.91% 0.61% -
XYZ 17.79 15.11 2.39 -
YUV 103.42 77.54 165.5 -
System Red Green Blue C M Y K H S L
Decimal 156 94 14 0 0.40 0.91 0.39 33.8 0.84 0.33
Hex 9C 5E E 0 28 5B 27 22 54 21
Octal 234 136 16 0 50 133 47 42 124 41
Binary 10011100 1011110 1110 0 101000 1011011 100111 100010 1010100 100001

Color Harmonies of #9C5E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E0E

Black with #9C5E0E

Text Example


Text Example

White with #9C5E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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