#953D07

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

Shades of Saddle Brown #953D07

Tints of Saddle Brown #953D07

Color information

#953D07 (or 0x953D07) is unknown color: approx Saddle Brown. HEX triplet: 95, 3D and 07. RGB value is (149,61,7). Sum of RGB (Red+Green+Blue) = 149+61+7=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D07 is #6AC2F8. Grayscale: #515151. Windows color (decimal): -6996729 or 474517. OLE color: 474517.

HSL color Cylindrical-coordinate representation of color #953D07: hue angle of 22.82º degrees, saturation: 0.91, 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 #953D07 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149617-
CMYK00.590.950.42
HSL22.82º91.03%30.59%-
HSV(B)22.82º95.3%58.43%-
XYZ14.19.741.34-
YUV81.1686.15176.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.66%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 7 (3.12% from 255) = 3.23%
R=68.66%
G=28.11%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14961700.590.950.4222.8291.0330.59
Hex953D703B5F2A175b1f
Octal225757073137522713337
Binary100101011111011110111011101111110101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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