#964815

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

Shades of Saddle Brown #964815

Tints of Saddle Brown #964815

Color information

#964815 (or 0x964815) is unknown color: approx Saddle Brown. HEX triplet: 96, 48 and 15. RGB value is (150,72,21). Sum of RGB (Red+Green+Blue) = 150+72+21=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #964815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964815 is #69B7EA. Grayscale: #595959. Windows color (decimal): -6928363 or 1394838. OLE color: 1394838.

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

Color convert

RGB1507221-
CMYK00.520.860.41
HSL23.72º75.44%33.53%-
HSV(B)23.72º86%58.82%-
XYZ15.0311.172.07-
YUV89.5189.34171.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=61.73%
G=29.63%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150722100.520.860.4123.7275.4433.53
Hex9648150345629184b22
Octal22611025064126513011342
Binary1001011010010001010101101001010110101001110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964815; }

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

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

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

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

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

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

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

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