#965202

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

Shades of Saddle Brown #965202

Tints of Saddle Brown #965202

Color information

#965202 (or 0x965202) is unknown color: approx Saddle Brown. HEX triplet: 96, 52 and 02. RGB value is (150,82,2). Sum of RGB (Red+Green+Blue) = 150+82+2=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #965202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965202 is #69ADFD. Grayscale: #5D5D5D. Windows color (decimal): -6925822 or 152214. OLE color: 152214.

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

Color convert

RGB150822-
CMYK00.450.990.41
HSL32.43º97.37%29.8%-
HSV(B)32.43º98.67%58.82%-
XYZ15.6112.521.65-
YUV93.2176.53168.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.10%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=64.10%
G=35.04%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15082200.450.990.4132.4397.3729.8
Hex9652202D632920611e
Octal2261222055143514014136
Binary1001011010100101001011011100011101001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965202; }

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

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

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

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

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

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

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

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