Html Css Color HEX #814D16 Russet

📋 copy color: '#814D16'

red 129 ◦ green 77 ◦ blue 22

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

Shades of Russet #814D16

Tints of Russet #814D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 56.58%
G = 33.77%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#814D16 (or 0x814D16) is known color: Russet. HEX triplet: 81, 4D and 16. RGB value is (129,77,22). Sum of RGB (Red+Green+Blue) = 129+77+22=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #814D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814D16 is #7EB2E9. Grayscale: #565656. Windows color (decimal): -8303338 or 1461633. OLE color: 1461633.

HSL color Cylindrical-coordinate representation of color #814D16: hue angle of 30.84º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #814D16 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 77 22 -
CMYK 0 0.40 0.83 0.49
HSL 30.84º 0.71% 0.3% -
HSV(B) 30.84º 0.83% 0.51% -
XYZ 11.85 10.03 2.07 -
YUV 86.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 129 77 22 0 0.40 0.83 0.49 30.84 0.71 0.3
Hex 81 4D 16 0 28 53 31 1F 47 1E
Octal 201 115 26 0 50 123 61 37 107 36
Binary 10000001 1001101 10110 0 101000 1010011 110001 11111 1000111 11110

Color Harmonies of #814D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D16

Black with #814D16

Text Example


Text Example

White with #814D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,22); }

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

background-color css

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

 a { background-color: rgb(129,77,22); }

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

border-color css

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

 span { border-color: rgb(129,77,22); }

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