Html Css Color HEX #81471B Russet

📋 copy color: '#81471B'

red 129 ◦ green 71 ◦ blue 27

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

Shades of Russet #81471B

Tints of Russet #81471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 56.83%
G = 31.28%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81471B (or 0x81471B) is known color: Russet. HEX triplet: 81, 47 and 1B. RGB value is (129,71,27). Sum of RGB (Red+Green+Blue) = 129+71+27=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81471B is #7EB8E4. Grayscale: #535353. Windows color (decimal): -8304869 or 1787777. OLE color: 1787777.

HSL color Cylindrical-coordinate representation of color #81471B: hue angle of 25.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81471B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 27 -
CMYK 0 0.45 0.79 0.49
HSL 25.88º 0.65% 0.31% -
HSV(B) 25.88º 0.79% 0.51% -
XYZ 11.5 9.25 2.22 -
YUV 83.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 129 71 27 0 0.45 0.79 0.49 25.88 0.65 0.31
Hex 81 47 1B 0 2D 4F 31 1A 41 1F
Octal 201 107 33 0 55 117 61 32 101 37
Binary 10000001 1000111 11011 0 101101 1001111 110001 11010 1000001 11111

Color Harmonies of #81471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81471B

Black with #81471B

Text Example


Text Example

White with #81471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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