Html Css Color HEX #814A1F Russet

📋 copy color: '#814A1F'

red 129 ◦ green 74 ◦ blue 31

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

Shades of Russet #814A1F

Tints of Russet #814A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.62%

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

R = 55.13%
G = 31.62%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#814A1F (or 0x814A1F) is known color: Russet. HEX triplet: 81, 4A and 1F. RGB value is (129,74,31). Sum of RGB (Red+Green+Blue) = 129+74+31=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #814A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A1F is #7EB5E0. Grayscale: #555555. Windows color (decimal): -8304097 or 2050689. OLE color: 2050689.

HSL color Cylindrical-coordinate representation of color #814A1F: hue angle of 26.33º 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 #814A1F is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 74 31 -
CMYK 0 0.43 0.76 0.49
HSL 26.33º 0.61% 0.31% -
HSV(B) 26.33º 0.76% 0.51% -
XYZ 11.75 9.66 2.54 -
YUV 85.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 129 74 31 0 0.43 0.76 0.49 26.33 0.61 0.31
Hex 81 4A 1F 0 2B 4C 31 1A 3D 1F
Octal 201 112 37 0 53 114 61 32 75 37
Binary 10000001 1001010 11111 0 101011 1001100 110001 11010 111101 11111

Color Harmonies of #814A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A1F

Black with #814A1F

Text Example


Text Example

White with #814A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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