Html Css Color HEX #814914 Russet

📋 copy color: '#814914'

red 129 ◦ green 73 ◦ blue 20

#814914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russet #814914

Tints of Russet #814914

RGB

 RED value IS 129 (50.78% from 255) = 58.11%

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 58.11%
G = 32.88%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#814914 (or 0x814914) is known color: Russet. HEX triplet: 81, 49 and 14. RGB value is (129,73,20). Sum of RGB (Red+Green+Blue) = 129+73+20=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #814914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814914 is #7EB6EB. Grayscale: #535353. Windows color (decimal): -8304364 or 1329537. OLE color: 1329537.

HSL color Cylindrical-coordinate representation of color #814914: hue angle of 29.17º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #814914 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 20 -
CMYK 0 0.43 0.84 0.49
HSL 29.17º 0.73% 0.29% -
HSV(B) 29.17º 0.84% 0.51% -
XYZ 11.56 9.48 1.88 -
YUV 83.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 129 73 20 0 0.43 0.84 0.49 29.17 0.73 0.29
Hex 81 49 14 0 2B 54 31 1D 49 1D
Octal 201 111 24 0 53 124 61 35 111 35
Binary 10000001 1001001 10100 0 101011 1010100 110001 11101 1001001 11101

Color Harmonies of #814914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814914

Black with #814914

Text Example


Text Example

White with #814914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814914; }

 p { color: rgb(129,73,20); }

 H1.HeaderClassName
 {
   color: #814914;
 }
 .AnyTagClassName
 {
   color: #814914;
 }
</style>

background-color css

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

 a { background-color: rgb(129,73,20); }

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

border-color css

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

 span { border-color: rgb(129,73,20); }

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