#953E13

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

Shades of Saddle Brown #953E13

Tints of Saddle Brown #953E13

Color information

#953E13 (or 0x953E13) is unknown color: approx Saddle Brown. HEX triplet: 95, 3E and 13. RGB value is (149,62,19). Sum of RGB (Red+Green+Blue) = 149+62+19=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E13 is #6AC1EC. Grayscale: #535353. Windows color (decimal): -6996461 or 1261205. OLE color: 1261205.

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

Color convert

RGB1496219-
CMYK00.580.870.42
HSL19.85º77.38%32.94%-
HSV(B)19.85º87.25%58.43%-
XYZ14.239.881.77-
YUV83.1191.82175-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=64.78%
G=26.96%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149621900.580.870.4219.8577.3832.94
Hex953E1303A572A144d21
Octal2257623072127522411541
Binary100101011111101001101110101010111101010101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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