Html Css Color HEX #814E1E Russet

📋 copy color: '#814E1E'

red 129 ◦ green 78 ◦ blue 30

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

Shades of Russet #814E1E

Tints of Russet #814E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 54.43%
G = 32.91%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#814E1E (or 0x814E1E) is known color: Russet. HEX triplet: 81, 4E and 1E. RGB value is (129,78,30). Sum of RGB (Red+Green+Blue) = 129+78+30=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #814E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E1E is #7EB1E1. Grayscale: #585858. Windows color (decimal): -8303074 or 1986177. OLE color: 1986177.

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

Color convert

RGB 129 78 30 -
CMYK 0 0.40 0.77 0.49
HSL 29.09º 0.62% 0.31% -
HSV(B) 29.09º 0.77% 0.51% -
XYZ 12.01 10.21 2.57 -
YUV 87.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 129 78 30 0 0.40 0.77 0.49 29.09 0.62 0.31
Hex 81 4E 1E 0 28 4D 31 1D 3E 1F
Octal 201 116 36 0 50 115 61 35 76 37
Binary 10000001 1001110 11110 0 101000 1001101 110001 11101 111110 11111

Color Harmonies of #814E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E1E

Black with #814E1E

Text Example


Text Example

White with #814E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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