#9d4018

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

Shades of Saddle Brown #9D4018

Tints of Saddle Brown #9D4018

Color information

#9D4018 (or 0x9D4018) is unknown color: approx Saddle Brown. HEX triplet: 9D, 40 and 18. RGB value is (157,64,24). Sum of RGB (Red+Green+Blue) = 157+64+24=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4018 is #62BFE7. Grayscale: #575757. Windows color (decimal): -6471656 or 1589405. OLE color: 1589405.

HSL color Cylindrical-coordinate representation of color #9D4018: hue angle of 18.05º 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 #9D4018 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB1576424-
CMYK00.590.850.38
HSL18.05º73.48%35.49%-
HSV(B)18.05º84.71%61.57%-
XYZ15.910.92.13-
YUV87.2592.31177.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.08%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=64.08%
G=26.12%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157642400.590.850.3818.0573.4835.49
Hex9D401803B5526124923
Octal23510030073125462211143
Binary1001110110000001100001110111010101100110100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d4018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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