#964712

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

Shades of Saddle Brown #964712

Tints of Saddle Brown #964712

Color information

#964712 (or 0x964712) is unknown color: approx Saddle Brown. HEX triplet: 96, 47 and 12. RGB value is (150,71,18). Sum of RGB (Red+Green+Blue) = 150+71+18=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #964712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964712 is #69B8ED. Grayscale: #585858. Windows color (decimal): -6928622 or 1197974. OLE color: 1197974.

HSL color Cylindrical-coordinate representation of color #964712: hue angle of 24.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #964712 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1507118-
CMYK00.530.880.41
HSL24.09º78.57%32.94%-
HSV(B)24.09º88%58.82%-
XYZ14.9411.031.91-
YUV88.5888.17171.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=62.76%
G=29.71%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150711800.530.880.4124.0978.5732.94
Hex9647120355829184f21
Octal22610722065130513011741
Binary1001011010001111001001101011011000101001110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964712; }

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

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

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

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

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

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

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

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