#953E07

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

Shades of Saddle Brown #953E07

Tints of Saddle Brown #953E07

Color information

#953E07 (or 0x953E07) is unknown color: approx Saddle Brown. HEX triplet: 95, 3E and 07. RGB value is (149,62,7). Sum of RGB (Red+Green+Blue) = 149+62+7=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E07 is #6AC1F8. Grayscale: #525252. Windows color (decimal): -6996473 or 474773. OLE color: 474773.

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

Color convert

RGB149627-
CMYK00.580.950.42
HSL23.24º91.03%30.59%-
HSV(B)23.24º95.3%58.43%-
XYZ14.169.851.36-
YUV81.7485.82175.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.35%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 7 (3.12% from 255) = 3.21%
R=68.35%
G=28.44%
B=3.21%

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
Decimal14962700.580.950.4223.2491.0330.59
Hex953E703A5F2A175b1f
Octal225767072137522713337
Binary100101011111101110111010101111110101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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