#9D420D

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

Shades of Saddle Brown #9D420D

Tints of Saddle Brown #9D420D

Color information

#9D420D (or 0x9D420D) is unknown color: approx Saddle Brown. HEX triplet: 9D, 42 and 0D. RGB value is (157,66,13). Sum of RGB (Red+Green+Blue) = 157+66+13=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D420D is #62BDF2. Grayscale: #575757. Windows color (decimal): -6471155 or 869021. OLE color: 869021.

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

Color convert

RGB1576613-
CMYK00.580.920.38
HSL22.08º84.71%33.33%-
HSV(B)22.08º91.72%61.57%-
XYZ15.9311.091.68-
YUV87.1786.15177.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.53%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=66.53%
G=27.97%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157661300.580.920.3822.0884.7133.33
Hex9D42D03A5C26165521
Octal23510215072134462612541
Binary100111011000010110101110101011100100110101101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,66,13); }

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

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

 a { background-color: rgb(157,66,13); }

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

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

 span { border-color: rgb(157,66,13); }

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