#964702

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

Shades of Saddle Brown #964702

Tints of Saddle Brown #964702

Color information

#964702 (or 0x964702) is unknown color: approx Saddle Brown. HEX triplet: 96, 47 and 02. RGB value is (150,71,2). Sum of RGB (Red+Green+Blue) = 150+71+2=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #964702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964702 is #69B8FD. Grayscale: #575757. Windows color (decimal): -6928638 or 149398. OLE color: 149398.

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

Color convert

RGB150712-
CMYK00.530.990.41
HSL27.97º97.37%29.8%-
HSV(B)27.97º98.67%58.82%-
XYZ14.8410.991.4-
YUV86.7680.17173.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=67.26%
G=31.84%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15071200.530.990.4127.9797.3729.8
Hex9647203563291c611e
Octal2261072065143513414136
Binary100101101000111100110101110001110100111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964702; }

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

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

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

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

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

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

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

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