#803B13

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

Shades of Russet #803B13

Tints of Russet #803B13

Color information

#803B13 (or 0x803B13) is unknown color: approx Russet. HEX triplet: 80, 3B and 13. RGB value is (128,59,19). Sum of RGB (Red+Green+Blue) = 128+59+19=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B13 is #7FC4EC. Grayscale: #4B4B4B. Windows color (decimal): -8373485 or 1260416. OLE color: 1260416.

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

Color convert

RGB1285919-
CMYK00.540.850.50
HSL22.02º74.15%28.82%-
HSV(B)22.02º85.16%50.2%-
XYZ10.587.761.56-
YUV75.0796.36165.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=62.14%
G=28.64%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128591900.540.850.5022.0274.1528.82
Hex803B130365532164a1d
Octal2007323066125622611235
Binary10000000111011100110110110101010111001010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,59,19); }

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

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

 a { background-color: rgb(128,59,19); }

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

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

 span { border-color: rgb(128,59,19); }

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