#963915

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

Shades of Saddle Brown #963915

Tints of Saddle Brown #963915

Color information

#963915 (or 0x963915) is unknown color: approx Saddle Brown. HEX triplet: 96, 39 and 15. RGB value is (150,57,21). Sum of RGB (Red+Green+Blue) = 150+57+21=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #963915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963915 is #69C6EA. Grayscale: #505050. Windows color (decimal): -6932203 or 1390998. OLE color: 1390998.

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

Color convert

RGB1505721-
CMYK00.620.860.41
HSL16.74º75.44%33.53%-
HSV(B)16.74º86%58.82%-
XYZ14.189.461.79-
YUV80.794.31177.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=65.79%
G=25%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150572100.620.860.4116.7475.4433.53
Hex96391503E5629114b22
Octal2267125076126512111342
Binary100101101110011010101111101010110101001100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963915; }

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

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

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

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

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

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

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

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