#814C13

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

Shades of Russet #814C13

Tints of Russet #814C13

Color information

#814C13 (or 0x814C13) is unknown color: approx Russet. HEX triplet: 81, 4C and 13. RGB value is (129,76,19). Sum of RGB (Red+Green+Blue) = 129+76+19=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #814C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814C13 is #7EB3EC. Grayscale: #555555. Windows color (decimal): -8303597 or 1264769. OLE color: 1264769.

HSL color Cylindrical-coordinate representation of color #814C13: hue angle of 31.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #814C13 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1297619-
CMYK00.410.850.49
HSL31.09º74.32%29.02%-
HSV(B)31.09º85.27%50.59%-
XYZ11.769.881.9-
YUV85.3590.56159.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.59%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=57.59%
G=33.93%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129761900.410.850.4931.0974.3229.02
Hex814C1302955311f4a1d
Octal20111423051125613711235
Binary100000011001100100110101001101010111000111111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814C13; }

 p { color: rgb(129,76,19); }

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

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

 a { background-color: rgb(129,76,19); }

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

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

 span { border-color: rgb(129,76,19); }

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