#803502

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

Shades of Saddle Brown #803502

Tints of Saddle Brown #803502

Color information

#803502 (or 0x803502) is unknown color: approx Saddle Brown. HEX triplet: 80, 35 and 02. RGB value is (128,53,2). Sum of RGB (Red+Green+Blue) = 128+53+2=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #803502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803502 is #7FCAFD. Grayscale: #454545. Windows color (decimal): -8375038 or 144768. OLE color: 144768.

HSL color Cylindrical-coordinate representation of color #803502: hue angle of 24.29º 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 #803502 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128532-
CMYK00.590.980.50
HSL24.29º96.92%25.49%-
HSV(B)24.29º98.44%50.2%-
XYZ10.197.140.9-
YUV69.6189.85169.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.95%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=69.95%
G=28.96%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12853200.590.980.5024.2996.9225.49
Hex8035203B6232186119
Octal200652073142623014131
Binary10000000110101100111011110001011001011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803502; }

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

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

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

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

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

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

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

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