Html Css Color HEX #81521B Russet

📋 copy color: '#81521B'

red 129 ◦ green 82 ◦ blue 27

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

Shades of Russet #81521B

Tints of Russet #81521B

RGB

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

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

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

R = 54.2%
G = 34.45%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81521B (or 0x81521B) is known color: Russet. HEX triplet: 81, 52 and 1B. RGB value is (129,82,27). Sum of RGB (Red+Green+Blue) = 129+82+27=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #81521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81521B is #7EADE4. Grayscale: #5A5A5A. Windows color (decimal): -8302053 or 1790593. OLE color: 1790593.

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

Color convert

RGB 129 82 27 -
CMYK 0 0.36 0.79 0.49
HSL 32.35º 0.65% 0.31% -
HSV(B) 32.35º 0.79% 0.51% -
XYZ 12.27 10.78 2.47 -
YUV 89.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 129 82 27 0 0.36 0.79 0.49 32.35 0.65 0.31
Hex 81 52 1B 0 24 4F 31 20 41 1F
Octal 201 122 33 0 44 117 61 40 101 37
Binary 10000001 1010010 11011 0 100100 1001111 110001 100000 1000001 11111

Color Harmonies of #81521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81521B

Black with #81521B

Text Example


Text Example

White with #81521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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