Html Css Color HEX #814E1A Russet

📋 copy color: '#814E1A'

red 129 ◦ green 78 ◦ blue 26

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

Shades of Russet #814E1A

Tints of Russet #814E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.48%

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 55.36%
G = 33.48%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#814E1A (or 0x814E1A) is known color: Russet. HEX triplet: 81, 4E and 1A. RGB value is (129,78,26). Sum of RGB (Red+Green+Blue) = 129+78+26=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #814E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E1A is #7EB1E5. Grayscale: #575757. Windows color (decimal): -8303078 or 1724033. OLE color: 1724033.

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

Color convert

RGB 129 78 26 -
CMYK 0 0.40 0.80 0.49
HSL 30.29º 0.66% 0.3% -
HSV(B) 30.29º 0.8% 0.51% -
XYZ 11.96 10.19 2.31 -
YUV 87.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 129 78 26 0 0.40 0.80 0.49 30.29 0.66 0.3
Hex 81 4E 1A 0 28 50 31 1E 42 1E
Octal 201 116 32 0 50 120 61 36 102 36
Binary 10000001 1001110 11010 0 101000 1010000 110001 11110 1000010 11110

Color Harmonies of #814E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E1A

Black with #814E1A

Text Example


Text Example

White with #814E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,78,26); }

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

background-color css

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

 a { background-color: rgb(129,78,26); }

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

border-color css

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

 span { border-color: rgb(129,78,26); }

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