Html Css Color HEX #81521A Russet

📋 copy color: '#81521A'

red 129 ◦ green 82 ◦ blue 26

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

Shades of Russet #81521A

Tints of Russet #81521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

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

R = 54.43%
G = 34.6%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81521A (or 0x81521A) is known color: Russet. HEX triplet: 81, 52 and 1A. RGB value is (129,82,26). Sum of RGB (Red+Green+Blue) = 129+82+26=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81521A is #7EADE5. Grayscale: #595959. Windows color (decimal): -8302054 or 1725057. OLE color: 1725057.

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

Color convert

RGB 129 82 26 -
CMYK 0 0.36 0.80 0.49
HSL 32.62º 0.66% 0.3% -
HSV(B) 32.62º 0.8% 0.51% -
XYZ 12.26 10.78 2.41 -
YUV 89.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 129 82 26 0 0.36 0.80 0.49 32.62 0.66 0.3
Hex 81 52 1A 0 24 50 31 21 42 1E
Octal 201 122 32 0 44 120 61 41 102 36
Binary 10000001 1010010 11010 0 100100 1010000 110001 100001 1000010 11110

Color Harmonies of #81521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81521A

Black with #81521A

Text Example


Text Example

White with #81521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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