#953B01

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

Shades of Saddle Brown #953B01

Tints of Saddle Brown #953B01

Color information

#953B01 (or 0x953B01) is unknown color: approx Saddle Brown. HEX triplet: 95, 3B and 01. RGB value is (149,59,1). Sum of RGB (Red+Green+Blue) = 149+59+1=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #953B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B01 is #6AC4FE. Grayscale: #4F4F4F. Windows color (decimal): -6997247 or 80789. OLE color: 80789.

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

Color convert

RGB149591-
CMYK00.600.990.42
HSL23.51º98.67%29.41%-
HSV(B)23.51º99.33%58.43%-
XYZ13.969.521.13-
YUV79.383.82177.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=71.29%
G=28.23%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14959100.600.990.4223.5198.6729.41
Hex953B103C632A18631d
Octal225731074143523014335
Binary1001010111101110111100110001110101011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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