#953E08

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

Shades of Saddle Brown #953E08

Tints of Saddle Brown #953E08

Color information

#953E08 (or 0x953E08) is unknown color: approx Saddle Brown. HEX triplet: 95, 3E and 08. RGB value is (149,62,8). Sum of RGB (Red+Green+Blue) = 149+62+8=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E08 is #6AC1F7. Grayscale: #525252. Windows color (decimal): -6996472 or 540309. OLE color: 540309.

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

Color convert

RGB149628-
CMYK00.580.950.42
HSL22.98º89.81%30.78%-
HSV(B)22.98º94.63%58.43%-
XYZ14.169.851.39-
YUV81.8686.32175.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=68.04%
G=28.31%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14962800.580.950.4222.9889.8130.78
Hex953E803A5F2A175a1f
Octal2257610072137522713237
Binary1001010111111010000111010101111110101010111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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