#9D4418

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

Shades of Saddle Brown #9D4418

Tints of Saddle Brown #9D4418

Color information

#9D4418 (or 0x9D4418) is unknown color: approx Saddle Brown. HEX triplet: 9D, 44 and 18. RGB value is (157,68,24). Sum of RGB (Red+Green+Blue) = 157+68+24=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4418 is #62BBE7. Grayscale: #595959. Windows color (decimal): -6470632 or 1590429. OLE color: 1590429.

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

Color convert

RGB1576824-
CMYK00.570.850.38
HSL19.85º73.48%35.49%-
HSV(B)19.85º84.71%61.57%-
XYZ16.1411.372.21-
YUV89.690.99176.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.05%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=63.05%
G=27.31%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157682400.570.850.3819.8573.4835.49
Hex9D44180395526144923
Octal23510430071125462411143
Binary1001110110001001100001110011010101100110101001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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