#963A15

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

Shades of Saddle Brown #963A15

Tints of Saddle Brown #963A15

Color information

#963A15 (or 0x963A15) is unknown color: approx Saddle Brown. HEX triplet: 96, 3A and 15. RGB value is (150,58,21). Sum of RGB (Red+Green+Blue) = 150+58+21=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #963A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A15 is #69C5EA. Grayscale: #515151. Windows color (decimal): -6931947 or 1391254. OLE color: 1391254.

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

Color convert

RGB1505821-
CMYK00.610.860.41
HSL17.21º75.44%33.53%-
HSV(B)17.21º86%58.82%-
XYZ14.239.561.81-
YUV81.2993.98177.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.50%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=65.50%
G=25.33%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150582100.610.860.4117.2175.4433.53
Hex963A1503D5629114b22
Octal2267225075126512111342
Binary100101101110101010101111011010110101001100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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