#953A0A

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

Shades of Saddle Brown #953A0A

Tints of Saddle Brown #953A0A

Color information

#953A0A (or 0x953A0A) is unknown color: approx Saddle Brown. HEX triplet: 95, 3A and 0A. RGB value is (149,58,10). Sum of RGB (Red+Green+Blue) = 149+58+10=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A0A is #6AC5F5. Grayscale: #505050. Windows color (decimal): -6997494 or 670357. OLE color: 670357.

HSL color Cylindrical-coordinate representation of color #953A0A: hue angle of 20.72º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #953A0A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1495810-
CMYK00.610.930.42
HSL20.72º87.42%31.18%-
HSV(B)20.72º93.29%58.43%-
XYZ13.969.441.37-
YUV79.7488.65177.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.66%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=68.66%
G=26.73%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149581000.610.930.4220.7287.4231.18
Hex953AA03D5D2A15571f
Octal2257212075135522512737
Binary1001010111101010100111101101110110101010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953A0A; }

 p { color: rgb(149,58,10); }

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

<style>
 a { background-color: #953A0A; }

 a { background-color: rgb(149,58,10); }

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

<style>
 span { border-color: #953A0A; }

 span { border-color: rgb(149,58,10); }

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