#803402

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

Shades of Saddle Brown #803402

Tints of Saddle Brown #803402

Color information

#803402 (or 0x803402) is unknown color: approx Saddle Brown. HEX triplet: 80, 34 and 02. RGB value is (128,52,2). Sum of RGB (Red+Green+Blue) = 128+52+2=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #803402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803402 is #7FCBFD. Grayscale: #454545. Windows color (decimal): -8375294 or 144512. OLE color: 144512.

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

Color convert

RGB128522-
CMYK00.590.980.50
HSL23.81º96.92%25.49%-
HSV(B)23.81º98.44%50.2%-
XYZ10.147.050.88-
YUV69.0290.18170.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.33%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=70.33%
G=28.57%
B=1.10%

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
Decimal12852200.590.980.5023.8196.9225.49
Hex8034203B6232186119
Octal200642073142623014131
Binary10000000110100100111011110001011001011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803402; }

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

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

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

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

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

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

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

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