Html Css Color HEX #81471A Russet

📋 copy color: '#81471A'

red 129 ◦ green 71 ◦ blue 26

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

Shades of Russet #81471A

Tints of Russet #81471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 57.08%
G = 31.42%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81471A (or 0x81471A) is known color: Russet. HEX triplet: 81, 47 and 1A. RGB value is (129,71,26). Sum of RGB (Red+Green+Blue) = 129+71+26=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #81471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81471A is #7EB8E5. Grayscale: #535353. Windows color (decimal): -8304870 or 1722241. OLE color: 1722241.

HSL color Cylindrical-coordinate representation of color #81471A: hue angle of 26.21º 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 #81471A is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 26 -
CMYK 0 0.45 0.80 0.49
HSL 26.21º 0.66% 0.3% -
HSV(B) 26.21º 0.8% 0.51% -
XYZ 11.49 9.25 2.16 -
YUV 83.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 129 71 26 0 0.45 0.80 0.49 26.21 0.66 0.3
Hex 81 47 1A 0 2D 50 31 1A 42 1E
Octal 201 107 32 0 55 120 61 32 102 36
Binary 10000001 1000111 11010 0 101101 1010000 110001 11010 1000010 11110

Color Harmonies of #81471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81471A

Black with #81471A

Text Example


Text Example

White with #81471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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