#9C4A05

Color #9C4A05 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9C4A05

Tints of Saddle Brown #9C4A05

Color information

#9C4A05 (or 0x9C4A05) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4A and 05. RGB value is (156,74,5). Sum of RGB (Red+Green+Blue) = 156+74+5=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4A05 is #63B5FA. Grayscale: #5B5B5B. Windows color (decimal): -6534651 or 346780. OLE color: 346780.

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

Color convert

RGB156745-
CMYK00.530.970.39
HSL27.42º93.79%31.57%-
HSV(B)27.42º96.79%61.18%-
XYZ16.1911.981.6-
YUV90.6579.67174.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.38%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=66.38%
G=31.49%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15674500.530.970.3927.4293.7931.57
Hex9C4A503561271b5e20
Octal2341125065141473313640
Binary10011100100101010101101011100001100111110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,74,5); }

 H1.HeaderClassName
 {
   color: #9C4A05;
 }
 .AnyTagClassName
 {
   color: #9C4A05;
 }
</style>
background-color css

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

 a { background-color: rgb(156,74,5); }

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

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

 span { border-color: rgb(156,74,5); }

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