#953E0A

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

Shades of Saddle Brown #953E0A

Tints of Saddle Brown #953E0A

Color information

#953E0A (or 0x953E0A) is unknown color: approx Saddle Brown. HEX triplet: 95, 3E and 0A. RGB value is (149,62,10). Sum of RGB (Red+Green+Blue) = 149+62+10=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E0A is #6AC1F5. Grayscale: #525252. Windows color (decimal): -6996470 or 671381. OLE color: 671381.

HSL color Cylindrical-coordinate representation of color #953E0A: hue angle of 22.45º 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 #953E0A is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1496210-
CMYK00.580.930.42
HSL22.45º87.42%31.18%-
HSV(B)22.45º93.29%58.43%-
XYZ14.179.861.44-
YUV82.0887.32175.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=67.42%
G=28.05%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149621000.580.930.4222.4587.4231.18
Hex953EA03A5D2A16571f
Octal2257612072135522612737
Binary1001010111111010100111010101110110101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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