#9D4A04

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

Shades of Saddle Brown #9D4A04

Tints of Saddle Brown #9D4A04

Color information

#9D4A04 (or 0x9D4A04) is unknown color: approx Saddle Brown. HEX triplet: 9D, 4A and 04. RGB value is (157,74,4). Sum of RGB (Red+Green+Blue) = 157+74+4=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4A04 is #62B5FB. Grayscale: #5B5B5B. Windows color (decimal): -6469116 or 281245. OLE color: 281245.

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

Color convert

RGB157744-
CMYK00.530.970.38
HSL27.45º95.03%31.57%-
HSV(B)27.45º97.45%61.57%-
XYZ16.3812.071.58-
YUV90.8479175.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.81%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=66.81%
G=31.49%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15774400.530.970.3827.4595.0331.57
Hex9D4A403561261b5f20
Octal2351124065141463313740
Binary10011101100101010001101011100001100110110111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,74,4); }

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

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

 a { background-color: rgb(157,74,4); }

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

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

 span { border-color: rgb(157,74,4); }

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