#964715

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

Shades of Saddle Brown #964715

Tints of Saddle Brown #964715

Color information

#964715 (or 0x964715) is unknown color: approx Saddle Brown. HEX triplet: 96, 47 and 15. RGB value is (150,71,21). Sum of RGB (Red+Green+Blue) = 150+71+21=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #964715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964715 is #69B8EA. Grayscale: #595959. Windows color (decimal): -6928619 or 1394582. OLE color: 1394582.

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

Color convert

RGB1507121-
CMYK00.530.860.41
HSL23.26º75.44%33.53%-
HSV(B)23.26º86%58.82%-
XYZ14.9711.042.05-
YUV88.9289.67171.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=61.98%
G=29.34%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150712100.530.860.4123.2675.4433.53
Hex9647150355629174b22
Octal22610725065126512711342
Binary1001011010001111010101101011010110101001101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964715; }

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

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

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

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

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

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

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

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