#964709

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

Shades of Saddle Brown #964709

Tints of Saddle Brown #964709

Color information

#964709 (or 0x964709) is unknown color: approx Saddle Brown. HEX triplet: 96, 47 and 09. RGB value is (150,71,9). Sum of RGB (Red+Green+Blue) = 150+71+9=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #964709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964709 is #69B8F6. Grayscale: #575757. Windows color (decimal): -6928631 or 608150. OLE color: 608150.

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

Color convert

RGB150719-
CMYK00.530.940.41
HSL26.38º88.68%31.18%-
HSV(B)26.38º94%58.82%-
XYZ14.8811.011.6-
YUV87.5583.67172.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 9 (3.91% from 255) = 3.91%
R=65.22%
G=30.87%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15071900.530.940.4126.3888.6831.18
Hex964790355E291a591f
Octal22610711065136513213137
Binary10010110100011110010110101101111010100111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964709; }

 p { color: rgb(150,71,9); }

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

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

 a { background-color: rgb(150,71,9); }

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

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

 span { border-color: rgb(150,71,9); }

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