#803F12

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

Shades of Russet #803F12

Tints of Russet #803F12

Color information

#803F12 (or 0x803F12) is unknown color: approx Russet. HEX triplet: 80, 3F and 12. RGB value is (128,63,18). Sum of RGB (Red+Green+Blue) = 128+63+18=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #803F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F12 is #7FC0ED. Grayscale: #4D4D4D. Windows color (decimal): -8372462 or 1195904. OLE color: 1195904.

HSL color Cylindrical-coordinate representation of color #803F12: hue angle of 24.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #803F12 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB1286318-
CMYK00.510.860.50
HSL24.55º75.34%28.63%-
HSV(B)24.55º85.94%50.2%-
XYZ10.798.191.58-
YUV77.394.53164.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=61.24%
G=30.14%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128631800.510.860.5024.5575.3428.63
Hex803F120335632194b1d
Octal2007722063126623111335
Binary10000000111111100100110011101011011001011001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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