Html Css Color HEX #814514 Russet

📋 copy color: '#814514'

red 129 ◦ green 69 ◦ blue 20

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

Shades of Russet #814514

Tints of Russet #814514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 59.17%
G = 31.65%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#814514 (or 0x814514) is known color: Russet. HEX triplet: 81, 45 and 14. RGB value is (129,69,20). Sum of RGB (Red+Green+Blue) = 129+69+20=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #814514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814514 is #7EBAEB. Grayscale: #515151. Windows color (decimal): -8305388 or 1328513. OLE color: 1328513.

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

Color convert

RGB 129 69 20 -
CMYK 0 0.47 0.84 0.49
HSL 26.97º 0.73% 0.29% -
HSV(B) 26.97º 0.84% 0.51% -
XYZ 11.31 8.97 1.8 -
YUV 81.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 129 69 20 0 0.47 0.84 0.49 26.97 0.73 0.29
Hex 81 45 14 0 2F 54 31 1B 49 1D
Octal 201 105 24 0 57 124 61 33 111 35
Binary 10000001 1000101 10100 0 101111 1010100 110001 11011 1001001 11101

Color Harmonies of #814514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814514

Black with #814514

Text Example


Text Example

White with #814514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814514; }

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

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

background-color css

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

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

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

border-color css

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

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

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