#803F1A

Color #803F1A Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #803F1A

Tints of Russet #803F1A

Color information

#803F1A (or 0x803F1A) is unknown color: approx Russet. HEX triplet: 80, 3F and 1A. RGB value is (128,63,26). Sum of RGB (Red+Green+Blue) = 128+63+26=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #803F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F1A is #7FC0E5. Grayscale: #4E4E4E. Windows color (decimal): -8372454 or 1720192. OLE color: 1720192.

HSL color Cylindrical-coordinate representation of color #803F1A: hue angle of 21.76º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #803F1A is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1286326-
CMYK00.510.800.50
HSL21.76º66.23%30.2%-
HSV(B)21.76º79.69%50.2%-
XYZ10.878.221.99-
YUV78.2298.53163.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.99%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=58.99%
G=29.03%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128632600.510.800.5021.7666.2330.2
Hex803F1A033503216421e
Octal2007732063120622610236
Binary10000000111111110100110011101000011001010110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803F1A; }

 p { color: rgb(128,63,26); }

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

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

 a { background-color: rgb(128,63,26); }

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

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

 span { border-color: rgb(128,63,26); }

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