Html Css Color HEX #814014 Russet

📋 copy color: '#814014'

red 129 ◦ green 64 ◦ blue 20

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

Shades of Russet #814014

Tints of Russet #814014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

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

R = 60.56%
G = 30.05%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#814014 (or 0x814014) is known color: Russet. HEX triplet: 81, 40 and 14. RGB value is (129,64,20). Sum of RGB (Red+Green+Blue) = 129+64+20=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #814014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814014 is #7EBFEB. Grayscale: #4E4E4E. Windows color (decimal): -8306668 or 1327233. OLE color: 1327233.

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

Color convert

RGB 129 64 20 -
CMYK 0 0.50 0.84 0.49
HSL 24.22º 0.73% 0.29% -
HSV(B) 24.22º 0.84% 0.51% -
XYZ 11.01 8.38 1.7 -
YUV 78.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 129 64 20 0 0.50 0.84 0.49 24.22 0.73 0.29
Hex 81 40 14 0 32 54 31 18 49 1D
Octal 201 100 24 0 62 124 61 30 111 35
Binary 10000001 1000000 10100 0 110010 1010100 110001 11000 1001001 11101

Color Harmonies of #814014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814014

Black with #814014

Text Example


Text Example

White with #814014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814014; }

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

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

background-color css

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

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

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

border-color css

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

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

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