#9A370F

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

Shades of Saddle Brown #9A370F

Tints of Saddle Brown #9A370F

Color information

#9A370F (or 0x9A370F) is unknown color: approx Saddle Brown. HEX triplet: 9A, 37 and 0F. RGB value is (154,55,15). Sum of RGB (Red+Green+Blue) = 154+55+15=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A370F is #65C8F0. Grayscale: #505050. Windows color (decimal): -6670577 or 997274. OLE color: 997274.

HSL color Cylindrical-coordinate representation of color #9A370F: hue angle of 17.27º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A370F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB1545515-
CMYK00.640.900.40
HSL17.27º82.25%33.14%-
HSV(B)17.27º90.26%60.39%-
XYZ14.789.641.53-
YUV80.0491.3180.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.75%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=68.75%
G=24.55%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154551500.640.900.4017.2782.2533.14
Hex9A37F0405A28115221
Octal23267170100132502112241
Binary100110101101111111010000001011010101000100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,55,15); }

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

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

 a { background-color: rgb(154,55,15); }

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

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

 span { border-color: rgb(154,55,15); }

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