#963809

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

Shades of Saddle Brown #963809

Tints of Saddle Brown #963809

Color information

#963809 (or 0x963809) is unknown color: approx Saddle Brown. HEX triplet: 96, 38 and 09. RGB value is (150,56,9). Sum of RGB (Red+Green+Blue) = 150+56+9=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #963809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963809 is #69C7F6. Grayscale: #4F4F4F. Windows color (decimal): -6932471 or 604310. OLE color: 604310.

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

Color convert

RGB150569-
CMYK00.630.940.41
HSL20º88.68%31.18%-
HSV(B)20º94%58.82%-
XYZ14.049.331.32-
YUV78.7588.64178.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=69.77%
G=26.05%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15056900.630.940.412088.6831.18
Hex9638903F5E2914591f
Octal2267011077136512413137
Binary1001011011100010010111111101111010100110100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963809; }

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

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

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

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

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

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

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

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