#964407

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

Shades of Saddle Brown #964407

Tints of Saddle Brown #964407

Color information

#964407 (or 0x964407) is unknown color: approx Saddle Brown. HEX triplet: 96, 44 and 07. RGB value is (150,68,7). Sum of RGB (Red+Green+Blue) = 150+68+7=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #964407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964407 is #69BBF8. Grayscale: #555555. Windows color (decimal): -6929401 or 476310. OLE color: 476310.

HSL color Cylindrical-coordinate representation of color #964407: hue angle of 25.59º 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 #964407 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150687-
CMYK00.550.950.41
HSL25.59º91.08%30.78%-
HSV(B)25.59º95.33%58.82%-
XYZ14.6810.631.48-
YUV85.5683.67173.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.67%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 7 (3.12% from 255) = 3.11%
R=66.67%
G=30.22%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15068700.550.950.4125.5991.0830.78
Hex964470375F291a5b1f
Octal2261047067137513213337
Binary1001011010001001110110111101111110100111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964407; }

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

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

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

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

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

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

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

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