#803202

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

Shades of Saddle Brown #803202

Tints of Saddle Brown #803202

Color information

#803202 (or 0x803202) is unknown color: approx Saddle Brown. HEX triplet: 80, 32 and 02. RGB value is (128,50,2). Sum of RGB (Red+Green+Blue) = 128+50+2=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #803202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803202 is #7FCDFD. Grayscale: #444444. Windows color (decimal): -8375806 or 144000. OLE color: 144000.

HSL color Cylindrical-coordinate representation of color #803202: hue angle of 22.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #803202 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128502-
CMYK00.610.980.50
HSL22.86º96.92%25.49%-
HSV(B)22.86º98.44%50.2%-
XYZ10.056.870.85-
YUV67.8590.84170.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.11%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=71.11%
G=27.78%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12850200.610.980.5022.8696.9225.49
Hex8032203D6232176119
Octal200622075142622714131
Binary10000000110010100111101110001011001010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803202; }

 p { color: rgb(128,50,2); }

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

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

 a { background-color: rgb(128,50,2); }

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

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

 span { border-color: rgb(128,50,2); }

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