Html Css Color HEX #814F14 Russet

📋 copy color: '#814F14'

red 129 ◦ green 79 ◦ blue 20

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

Shades of Russet #814F14

Tints of Russet #814F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.65%

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

R = 56.58%
G = 34.65%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#814F14 (or 0x814F14) is known color: Russet. HEX triplet: 81, 4F and 14. RGB value is (129,79,20). Sum of RGB (Red+Green+Blue) = 129+79+20=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #814F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814F14 is #7EB0EB. Grayscale: #575757. Windows color (decimal): -8302828 or 1331073. OLE color: 1331073.

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

Color convert

RGB 129 79 20 -
CMYK 0 0.39 0.84 0.49
HSL 32.48º 0.73% 0.29% -
HSV(B) 32.48º 0.84% 0.51% -
XYZ 11.98 10.31 2.02 -
YUV 87.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 129 79 20 0 0.39 0.84 0.49 32.48 0.73 0.29
Hex 81 4F 14 0 27 54 31 20 49 1D
Octal 201 117 24 0 47 124 61 40 111 35
Binary 10000001 1001111 10100 0 100111 1010100 110001 100000 1001001 11101

Color Harmonies of #814F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F14

Black with #814F14

Text Example


Text Example

White with #814F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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