#964D04

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

Shades of Saddle Brown #964D04

Tints of Saddle Brown #964D04

Color information

#964D04 (or 0x964D04) is unknown color: approx Saddle Brown. HEX triplet: 96, 4D and 04. RGB value is (150,77,4). Sum of RGB (Red+Green+Blue) = 150+77+4=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #964D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964D04 is #69B2FB. Grayscale: #5A5A5A. Windows color (decimal): -6927100 or 282006. OLE color: 282006.

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

Color convert

RGB150774-
CMYK00.490.970.41
HSL30º94.81%30.2%-
HSV(B)30º97.33%58.82%-
XYZ15.2511.81.59-
YUV90.5179.18170.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=64.94%
G=33.33%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15077400.490.970.413094.8130.2
Hex964D403161291e5f1e
Octal2261154061141513613736
Binary1001011010011011000110001110000110100111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D04; }

 p { color: rgb(150,77,4); }

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

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

 a { background-color: rgb(150,77,4); }

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

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

 span { border-color: rgb(150,77,4); }

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