#953B00

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

Shades of Saddle Brown #953B00

Tints of Saddle Brown #953B00

Color information

#953B00 (or 0x953B00) is unknown color: approx Saddle Brown. HEX triplet: 95, 3B and 00. RGB value is (149,59,0). Sum of RGB (Red+Green+Blue) = 149+59+0=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #953B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B00 is #6AC4FF. Grayscale: #4F4F4F. Windows color (decimal): -6997248 or 15253. OLE color: 15253.

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

Color convert

RGB149590-
CMYK00.6010.42
HSL23.76º100%29.22%-
HSV(B)23.76º100%58.43%-
XYZ13.969.521.1-
YUV79.1883.32177.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.63%
GREEN value IS 59 (23.44% from 255) = 28.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.63%
G=28.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14959000.6010.4223.7610029.22
Hex953B003C642A18641d
Octal225730074144523014435
Binary1001010111101100111100110010010101011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,59,0); }

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

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

 a { background-color: rgb(149,59,0); }

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

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

 span { border-color: rgb(149,59,0); }

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