#964409

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

Shades of Saddle Brown #964409

Tints of Saddle Brown #964409

Color information

#964409 (or 0x964409) is unknown color: approx Saddle Brown. HEX triplet: 96, 44 and 09. RGB value is (150,68,9). Sum of RGB (Red+Green+Blue) = 150+68+9=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #964409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964409 is #69BBF6. Grayscale: #565656. Windows color (decimal): -6929399 or 607382. OLE color: 607382.

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

Color convert

RGB150689-
CMYK00.550.940.41
HSL25.11º88.68%31.18%-
HSV(B)25.11º94%58.82%-
XYZ14.6910.641.54-
YUV85.7984.67173.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 9 (3.91% from 255) = 3.96%
R=66.08%
G=29.96%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15068900.550.940.4125.1188.6831.18
Hex964490375E2919591f
Octal22610411067136513113137
Binary10010110100010010010110111101111010100111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964409; }

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

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

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

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

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

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

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

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