#963A11

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

Shades of Saddle Brown #963A11

Tints of Saddle Brown #963A11

Color information

#963A11 (or 0x963A11) is unknown color: approx Saddle Brown. HEX triplet: 96, 3A and 11. RGB value is (150,58,17). Sum of RGB (Red+Green+Blue) = 150+58+17=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #963A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A11 is #69C5EE. Grayscale: #515151. Windows color (decimal): -6931951 or 1129110. OLE color: 1129110.

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

Color convert

RGB1505817-
CMYK00.610.890.41
HSL18.5º79.64%32.75%-
HSV(B)18.5º88.67%58.82%-
XYZ14.199.551.63-
YUV80.8391.98177.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.67%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=66.67%
G=25.78%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150581700.610.890.4118.579.6432.75
Hex963A1103D5929125021
Octal2267221075131512212041
Binary100101101110101000101111011011001101001100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963A11; }

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

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

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

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

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

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

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

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