Html Css Color HEX #81491E Russet

📋 copy color: '#81491E'

red 129 ◦ green 73 ◦ blue 30

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

Shades of Russet #81491E

Tints of Russet #81491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

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

R = 55.6%
G = 31.47%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81491E (or 0x81491E) is known color: Russet. HEX triplet: 81, 49 and 1E. RGB value is (129,73,30). Sum of RGB (Red+Green+Blue) = 129+73+30=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #81491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81491E is #7EB6E1. Grayscale: #555555. Windows color (decimal): -8304354 or 1984897. OLE color: 1984897.

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

Color convert

RGB 129 73 30 -
CMYK 0 0.43 0.77 0.49
HSL 26.06º 0.62% 0.31% -
HSV(B) 26.06º 0.77% 0.51% -
XYZ 11.67 9.53 2.45 -
YUV 84.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 129 73 30 0 0.43 0.77 0.49 26.06 0.62 0.31
Hex 81 49 1E 0 2B 4D 31 1A 3E 1F
Octal 201 111 36 0 53 115 61 32 76 37
Binary 10000001 1001001 11110 0 101011 1001101 110001 11010 111110 11111

Color Harmonies of #81491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81491E

Black with #81491E

Text Example


Text Example

White with #81491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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