#803C11

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

Shades of Russet #803C11

Tints of Russet #803C11

Color information

#803C11 (or 0x803C11) is unknown color: approx Russet. HEX triplet: 80, 3C and 11. RGB value is (128,60,17). Sum of RGB (Red+Green+Blue) = 128+60+17=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C11 is #7FC3EE. Grayscale: #4B4B4B. Windows color (decimal): -8373231 or 1129600. OLE color: 1129600.

HSL color Cylindrical-coordinate representation of color #803C11: hue angle of 23.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #803C11 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB1286017-
CMYK00.530.870.50
HSL23.24º76.55%28.43%-
HSV(B)23.24º86.72%50.2%-
XYZ10.627.861.49-
YUV75.4395.03165.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=62.44%
G=29.27%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128601700.530.870.5023.2476.5528.43
Hex803C110355732174d1c
Octal2007421065127622711534
Binary10000000111100100010110101101011111001010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,60,17); }

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

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

 a { background-color: rgb(128,60,17); }

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

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

 span { border-color: rgb(128,60,17); }

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