#9D4407

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

Shades of Saddle Brown #9D4407

Tints of Saddle Brown #9D4407

Color information

#9D4407 (or 0x9D4407) is unknown color: approx Saddle Brown. HEX triplet: 9D, 44 and 07. RGB value is (157,68,7). Sum of RGB (Red+Green+Blue) = 157+68+7=232 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.67% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4407 is #62BBF8. Grayscale: #575757. Windows color (decimal): -6470649 or 476317. OLE color: 476317.

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

Color convert

RGB157687-
CMYK00.570.960.38
HSL24.4º91.46%32.16%-
HSV(B)24.4º95.54%61.57%-
XYZ16.0111.321.54-
YUV87.6682.49177.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.67%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 7 (3.12% from 255) = 3.02%
R=67.67%
G=29.31%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15768700.570.960.3824.491.4632.16
Hex9D4470396026185b20
Octal2351047071140463013340
Binary10011101100010011101110011100000100110110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,68,7); }

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

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

 a { background-color: rgb(157,68,7); }

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

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

 span { border-color: rgb(157,68,7); }

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