#963411

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

Shades of Saddle Brown #963411

Tints of Saddle Brown #963411

Color information

#963411 (or 0x963411) is unknown color: approx Saddle Brown. HEX triplet: 96, 34 and 11. RGB value is (150,52,17). Sum of RGB (Red+Green+Blue) = 150+52+17=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #963411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963411 is #69CBEE. Grayscale: #4D4D4D. Windows color (decimal): -6933487 or 1127574. OLE color: 1127574.

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

Color convert

RGB1505217-
CMYK00.650.890.41
HSL15.79º79.64%32.75%-
HSV(B)15.79º88.67%58.82%-
XYZ13.918.981.53-
YUV77.3193.97179.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=68.49%
G=23.74%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150521700.650.890.4115.7979.6432.75
Hex9634110415929105021
Octal22664210101131512012041
Binary1001011011010010001010000011011001101001100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963411; }

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

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

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

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

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

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

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

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