#964507

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

Shades of Saddle Brown #964507

Tints of Saddle Brown #964507

Color information

#964507 (or 0x964507) is unknown color: approx Saddle Brown. HEX triplet: 96, 45 and 07. RGB value is (150,69,7). Sum of RGB (Red+Green+Blue) = 150+69+7=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #964507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964507 is #69BAF8. Grayscale: #565656. Windows color (decimal): -6929145 or 476566. OLE color: 476566.

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

Color convert

RGB150697-
CMYK00.540.950.41
HSL26.01º91.08%30.78%-
HSV(B)26.01º95.33%58.82%-
XYZ14.7410.761.5-
YUV86.1583.34173.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 7 (3.12% from 255) = 3.10%
R=66.37%
G=30.53%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15069700.540.950.4126.0191.0830.78
Hex964570365F291a5b1f
Octal2261057066137513213337
Binary1001011010001011110110110101111110100111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964507; }

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

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

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

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

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

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

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

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