#963911

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

Shades of Saddle Brown #963911

Tints of Saddle Brown #963911

Color information

#963911 (or 0x963911) is unknown color: approx Saddle Brown. HEX triplet: 96, 39 and 11. RGB value is (150,57,17). Sum of RGB (Red+Green+Blue) = 150+57+17=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #963911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963911 is #69C6EE. Grayscale: #505050. Windows color (decimal): -6932207 or 1128854. OLE color: 1128854.

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

Color convert

RGB1505717-
CMYK00.620.890.41
HSL18.05º79.64%32.75%-
HSV(B)18.05º88.67%58.82%-
XYZ14.149.451.61-
YUV80.2592.31177.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=66.96%
G=25.45%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150571700.620.890.4118.0579.6432.75
Hex96391103E5929125021
Octal2267121076131512212041
Binary100101101110011000101111101011001101001100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963911; }

 p { color: rgb(150,57,17); }

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

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

 a { background-color: rgb(150,57,17); }

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

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

 span { border-color: rgb(150,57,17); }

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