#963A13

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

Shades of Saddle Brown #963A13

Tints of Saddle Brown #963A13

Color information

#963A13 (or 0x963A13) is unknown color: approx Saddle Brown. HEX triplet: 96, 3A and 13. RGB value is (150,58,19). Sum of RGB (Red+Green+Blue) = 150+58+19=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #963A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A13 is #69C5EC. Grayscale: #515151. Windows color (decimal): -6931949 or 1260182. OLE color: 1260182.

HSL color Cylindrical-coordinate representation of color #963A13: hue angle of 17.86º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963A13 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1505819-
CMYK00.610.870.41
HSL17.86º77.51%33.14%-
HSV(B)17.86º87.33%58.82%-
XYZ14.219.561.71-
YUV81.0692.98177.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=66.08%
G=25.55%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150581900.610.870.4117.8677.5133.14
Hex963A1303D5729124e21
Octal2267223075127512211641
Binary100101101110101001101111011010111101001100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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