Html Css Color HEX #814D1F Russet

📋 copy color: '#814D1F'

red 129 ◦ green 77 ◦ blue 31

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

Shades of Russet #814D1F

Tints of Russet #814D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 54.43%
G = 32.49%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#814D1F (or 0x814D1F) is known color: Russet. HEX triplet: 81, 4D and 1F. RGB value is (129,77,31). Sum of RGB (Red+Green+Blue) = 129+77+31=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #814D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D1F is #7EB2E0. Grayscale: #575757. Windows color (decimal): -8303329 or 2051457. OLE color: 2051457.

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

Color convert

RGB 129 77 31 -
CMYK 0 0.40 0.76 0.49
HSL 28.16º 0.61% 0.31% -
HSV(B) 28.16º 0.76% 0.51% -
XYZ 11.95 10.07 2.61 -
YUV 87.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 129 77 31 0 0.40 0.76 0.49 28.16 0.61 0.31
Hex 81 4D 1F 0 28 4C 31 1C 3D 1F
Octal 201 115 37 0 50 114 61 34 75 37
Binary 10000001 1001101 11111 0 101000 1001100 110001 11100 111101 11111

Color Harmonies of #814D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D1F

Black with #814D1F

Text Example


Text Example

White with #814D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,31); }

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

background-color css

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

 a { background-color: rgb(129,77,31); }

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

border-color css

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

 span { border-color: rgb(129,77,31); }

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