#953D09

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

Shades of Saddle Brown #953D09

Tints of Saddle Brown #953D09

Color information

#953D09 (or 0x953D09) is unknown color: approx Saddle Brown. HEX triplet: 95, 3D and 09. RGB value is (149,61,9). Sum of RGB (Red+Green+Blue) = 149+61+9=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D09 is #6AC2F6. Grayscale: #515151. Windows color (decimal): -6996727 or 605589. OLE color: 605589.

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

Color convert

RGB149619-
CMYK00.590.940.42
HSL22.29º88.61%30.98%-
HSV(B)22.29º93.96%58.43%-
XYZ14.119.751.4-
YUV81.3887.15176.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 9 (3.91% from 255) = 4.11%
R=68.04%
G=27.85%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14961900.590.940.4222.2988.6130.98
Hex953D903B5E2A16591f
Octal2257511073136522613137
Binary1001010111110110010111011101111010101010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,61,9); }

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

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

 a { background-color: rgb(149,61,9); }

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

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

 span { border-color: rgb(149,61,9); }

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