#813C1E

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

Shades of Russet #813C1E

Tints of Russet #813C1E

Color information

#813C1E (or 0x813C1E) is unknown color: approx Russet. HEX triplet: 81, 3C and 1E. RGB value is (129,60,30). Sum of RGB (Red+Green+Blue) = 129+60+30=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #813C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C1E is #7EC3E1. Grayscale: #4D4D4D. Windows color (decimal): -8307682 or 1981569. OLE color: 1981569.

HSL color Cylindrical-coordinate representation of color #813C1E: hue angle of 18.18º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #813C1E is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1296030-
CMYK00.530.770.49
HSL18.18º62.26%31.18%-
HSV(B)18.18º76.74%50.59%-
XYZ10.97.992.2-
YUV77.21101.36164.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=58.90%
G=27.40%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129603000.530.770.4918.1862.2631.18
Hex813C1E0354D31123e1f
Octal201743606511561227637
Binary1000000111110011110011010110011011100011001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813C1E; }

 p { color: rgb(129,60,30); }

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

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

 a { background-color: rgb(129,60,30); }

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

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

 span { border-color: rgb(129,60,30); }

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