Html Css Color HEX #81481D Russet

📋 copy color: '#81481D'

red 129 ◦ green 72 ◦ blue 29

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

Shades of Russet #81481D

Tints of Russet #81481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 56.09%
G = 31.3%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81481D (or 0x81481D) is known color: Russet. HEX triplet: 81, 48 and 1D. RGB value is (129,72,29). Sum of RGB (Red+Green+Blue) = 129+72+29=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81481D is #7EB7E2. Grayscale: #545454. Windows color (decimal): -8304611 or 1919105. OLE color: 1919105.

HSL color Cylindrical-coordinate representation of color #81481D: hue angle of 25.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81481D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 72 29 -
CMYK 0 0.44 0.78 0.49
HSL 25.8º 0.63% 0.31% -
HSV(B) 25.8º 0.78% 0.51% -
XYZ 11.59 9.39 2.36 -
YUV 84.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 129 72 29 0 0.44 0.78 0.49 25.8 0.63 0.31
Hex 81 48 1D 0 2C 4E 31 1A 3F 1F
Octal 201 110 35 0 54 116 61 32 77 37
Binary 10000001 1001000 11101 0 101100 1001110 110001 11010 111111 11111

Color Harmonies of #81481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81481D

Black with #81481D

Text Example


Text Example

White with #81481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81481D; }

 p { color: rgb(129,72,29); }

 H1.HeaderClassName
 {
   color: #81481D;
 }
 .AnyTagClassName
 {
   color: #81481D;
 }
</style>

background-color css

<style>
 a { background-color: #81481D; }

 a { background-color: rgb(129,72,29); }

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

border-color css

<style>
 span { border-color: #81481D; }

 span { border-color: rgb(129,72,29); }

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