#9D370A

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

Shades of Saddle Brown #9D370A

Tints of Saddle Brown #9D370A

Color information

#9D370A (or 0x9D370A) is unknown color: approx Saddle Brown. HEX triplet: 9D, 37 and 0A. RGB value is (157,55,10). Sum of RGB (Red+Green+Blue) = 157+55+10=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D370A is #62C8F5. Grayscale: #505050. Windows color (decimal): -6473974 or 669597. OLE color: 669597.

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

Color convert

RGB1575510-
CMYK00.650.940.38
HSL18.37º88.02%32.75%-
HSV(B)18.37º93.63%61.57%-
XYZ15.339.921.39-
YUV80.3788.29182.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 70.72%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=70.72%
G=24.77%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157551000.650.940.3818.3788.0232.75
Hex9D37A0415E26125821
Octal23567120101136462213041
Binary100111011101111010010000011011110100110100101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,55,10); }

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

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

 a { background-color: rgb(157,55,10); }

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

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

 span { border-color: rgb(157,55,10); }

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