#964005

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

Shades of Saddle Brown #964005

Tints of Saddle Brown #964005

Color information

#964005 (or 0x964005) is unknown color: approx Saddle Brown. HEX triplet: 96, 40 and 05. RGB value is (150,64,5). Sum of RGB (Red+Green+Blue) = 150+64+5=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #964005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964005 is #69BFFA. Grayscale: #535353. Windows color (decimal): -6930427 or 344214. OLE color: 344214.

HSL color Cylindrical-coordinate representation of color #964005: hue angle of 24.41º degrees, saturation: 0.94, 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 #964005 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150645-
CMYK00.570.970.41
HSL24.41º93.55%30.39%-
HSV(B)24.41º96.67%58.82%-
XYZ14.4410.161.34-
YUV82.9983.99175.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 5 (2.34% from 255) = 2.28%
R=68.49%
G=29.22%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15064500.570.970.4124.4193.5530.39
Hex964050396129185e1e
Octal2261005071141513013636
Binary1001011010000001010111001110000110100111000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964005; }

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

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

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

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

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

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

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

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