#963815

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

Shades of Saddle Brown #963815

Tints of Saddle Brown #963815

Color information

#963815 (or 0x963815) is unknown color: approx Saddle Brown. HEX triplet: 96, 38 and 15. RGB value is (150,56,21). Sum of RGB (Red+Green+Blue) = 150+56+21=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #963815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963815 is #69C7EA. Grayscale: #505050. Windows color (decimal): -6932459 or 1390742. OLE color: 1390742.

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

Color convert

RGB1505621-
CMYK00.630.860.41
HSL16.28º75.44%33.53%-
HSV(B)16.28º86%58.82%-
XYZ14.139.371.77-
YUV80.1294.64177.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=66.08%
G=24.67%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150562100.630.860.4116.2875.4433.53
Hex96381503F5629104b22
Octal2267025077126512011342
Binary100101101110001010101111111010110101001100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963815; }

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

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

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

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

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

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

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

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