Html Css Color HEX #9C5004 Saddle Brown

📋 copy color: '#9C5004'

red 156 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #9C5004

Tints of Saddle Brown #9C5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 65%
G = 33.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C5004 (or 0x9C5004) is known color: Saddle Brown. HEX triplet: 9C, 50 and 04. RGB value is (156,80,4). Sum of RGB (Red+Green+Blue) = 156+80+4=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5004 is #63AFFB. Grayscale: #5E5E5E. Windows color (decimal): -6533116 or 282780. OLE color: 282780.

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

Color convert

RGB 156 80 4 -
CMYK 0 0.49 0.97 0.39
HSL 30º 0.95% 0.31% -
HSV(B) 30º 0.97% 0.61% -
XYZ 16.6 12.81 1.71 -
YUV 94.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 156 80 4 0 0.49 0.97 0.39 30 0.95 0.31
Hex 9C 50 4 0 31 61 27 1E 5F 1F
Octal 234 120 4 0 61 141 47 36 137 37
Binary 10011100 1010000 100 0 110001 1100001 100111 11110 1011111 11111

Color Harmonies of #9C5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5004

Black with #9C5004

Text Example


Text Example

White with #9C5004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,4); }

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

background-color css

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

 a { background-color: rgb(156,80,4); }

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

border-color css

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

 span { border-color: rgb(156,80,4); }

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