#9D4016

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

Shades of Saddle Brown #9D4016

Tints of Saddle Brown #9D4016

Color information

#9D4016 (or 0x9D4016) is unknown color: approx Saddle Brown. HEX triplet: 9D, 40 and 16. RGB value is (157,64,22). Sum of RGB (Red+Green+Blue) = 157+64+22=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4016 is #62BFE9. Grayscale: #575757. Windows color (decimal): -6471658 or 1458333. OLE color: 1458333.

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

Color convert

RGB1576422-
CMYK00.590.860.38
HSL18.67º75.42%35.1%-
HSV(B)18.67º85.99%61.57%-
XYZ15.8810.892.02-
YUV87.0291.31177.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.61%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 22 (8.98% from 255) = 9.05%
R=64.61%
G=26.34%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157642200.590.860.3818.6775.4235.1
Hex9D401603B5626134b23
Octal23510026073126462311343
Binary1001110110000001011001110111010110100110100111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,64,22); }

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

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

 a { background-color: rgb(157,64,22); }

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

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

 span { border-color: rgb(157,64,22); }

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