#814B13

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

Shades of Russet #814B13

Tints of Russet #814B13

Color information

#814B13 (or 0x814B13) is unknown color: approx Russet. HEX triplet: 81, 4B and 13. RGB value is (129,75,19). Sum of RGB (Red+Green+Blue) = 129+75+19=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #814B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814B13 is #7EB4EC. Grayscale: #555555. Windows color (decimal): -8303853 or 1264513. OLE color: 1264513.

HSL color Cylindrical-coordinate representation of color #814B13: hue angle of 30.55º 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 #814B13 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1297519-
CMYK00.420.850.49
HSL30.55º74.32%29.02%-
HSV(B)30.55º85.27%50.59%-
XYZ11.699.751.88-
YUV84.7690.89159.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=57.85%
G=33.63%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129751900.420.850.4930.5574.3229.02
Hex814B1302A55311f4a1d
Octal20111323052125613711235
Binary100000011001011100110101010101010111000111111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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