Html Css Color HEX #81471E Russet

📋 copy color: '#81471E'

red 129 ◦ green 71 ◦ blue 30

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

Shades of Russet #81471E

Tints of Russet #81471E

RGB

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

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

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

R = 56.09%
G = 30.87%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81471E (or 0x81471E) is known color: Russet. HEX triplet: 81, 47 and 1E. RGB value is (129,71,30). Sum of RGB (Red+Green+Blue) = 129+71+30=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81471E is #7EB8E1. Grayscale: #535353. Windows color (decimal): -8304866 or 1984385. OLE color: 1984385.

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

Color convert

RGB 129 71 30 -
CMYK 0 0.45 0.77 0.49
HSL 24.85º 0.62% 0.31% -
HSV(B) 24.85º 0.77% 0.51% -
XYZ 11.54 9.27 2.41 -
YUV 83.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 129 71 30 0 0.45 0.77 0.49 24.85 0.62 0.31
Hex 81 47 1E 0 2D 4D 31 19 3E 1F
Octal 201 107 36 0 55 115 61 31 76 37
Binary 10000001 1000111 11110 0 101101 1001101 110001 11001 111110 11111

Color Harmonies of #81471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81471E

Black with #81471E

Text Example


Text Example

White with #81471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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