#813918

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

Shades of Russet #813918

Tints of Russet #813918

Color information

#813918 (or 0x813918) is unknown color: approx Russet. HEX triplet: 81, 39 and 18. RGB value is (129,57,24). Sum of RGB (Red+Green+Blue) = 129+57+24=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #813918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813918 is #7EC6E7. Grayscale: #4A4A4A. Windows color (decimal): -8308456 or 1587585. OLE color: 1587585.

HSL color Cylindrical-coordinate representation of color #813918: hue angle of 18.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #813918 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1295724-
CMYK00.560.810.49
HSL18.86º68.63%30%-
HSV(B)18.86º81.4%50.59%-
XYZ10.687.661.78-
YUV74.7799.35166.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=61.43%
G=27.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129572400.560.810.4918.8668.6330
Hex813918038513113451e
Octal2017130070121612310536
Binary10000001111001110000111000101000111000110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813918; }

 p { color: rgb(129,57,24); }

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

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

 a { background-color: rgb(129,57,24); }

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

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

 span { border-color: rgb(129,57,24); }

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