#964007

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

Shades of Saddle Brown #964007

Tints of Saddle Brown #964007

Color information

#964007 (or 0x964007) is unknown color: approx Saddle Brown. HEX triplet: 96, 40 and 07. RGB value is (150,64,7). Sum of RGB (Red+Green+Blue) = 150+64+7=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #964007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964007 is #69BFF8. Grayscale: #535353. Windows color (decimal): -6930425 or 475286. OLE color: 475286.

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

Color convert

RGB150647-
CMYK00.570.950.41
HSL23.92º91.08%30.78%-
HSV(B)23.92º95.33%58.82%-
XYZ14.4510.171.4-
YUV83.2284.99175.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=67.87%
G=28.96%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15064700.570.950.4123.9291.0830.78
Hex964070395F29185b1f
Octal2261007071137513013337
Binary1001011010000001110111001101111110100111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964007; }

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

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

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

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

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

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

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

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