#964002

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

Shades of Saddle Brown #964002

Tints of Saddle Brown #964002

Color information

#964002 (or 0x964002) is unknown color: approx Saddle Brown. HEX triplet: 96, 40 and 02. RGB value is (150,64,2). Sum of RGB (Red+Green+Blue) = 150+64+2=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #964002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964002 is #69BFFD. Grayscale: #525252. Windows color (decimal): -6930430 or 147606. OLE color: 147606.

HSL color Cylindrical-coordinate representation of color #964002: hue angle of 25.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #964002 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150642-
CMYK00.570.990.41
HSL25.14º97.37%29.8%-
HSV(B)25.14º98.67%58.82%-
XYZ14.4210.161.26-
YUV82.6582.49176.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=69.44%
G=29.63%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15064200.570.990.4125.1497.3729.8
Hex96402039632919611e
Octal2261002071143513114136
Binary100101101000000100111001110001110100111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964002; }

 p { color: rgb(150,64,2); }

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

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

 a { background-color: rgb(150,64,2); }

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

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

 span { border-color: rgb(150,64,2); }

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