Html Css Color HEX #82521C Russet

📋 copy color: '#82521C'

red 130 ◦ green 82 ◦ blue 28

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

Shades of Russet #82521C

Tints of Russet #82521C

RGB

 RED value IS 130 (51.17% from 255) = 54.17%

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

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 54.17%
G = 34.17%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82521C (or 0x82521C) is known color: Russet. HEX triplet: 82, 52 and 1C. RGB value is (130,82,28). Sum of RGB (Red+Green+Blue) = 130+82+28=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82521C is #7DADE3. Grayscale: #5A5A5A. Windows color (decimal): -8236516 or 1856130. OLE color: 1856130.

HSL color Cylindrical-coordinate representation of color #82521C: hue angle of 31.76º degrees, saturation: 0.65, 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 #82521C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 28 -
CMYK 0 0.37 0.78 0.49
HSL 31.76º 0.65% 0.31% -
HSV(B) 31.76º 0.78% 0.51% -
XYZ 12.43 10.86 2.54 -
YUV 90.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 130 82 28 0 0.37 0.78 0.49 31.76 0.65 0.31
Hex 82 52 1C 0 25 4E 31 20 41 1F
Octal 202 122 34 0 45 116 61 40 101 37
Binary 10000010 1010010 11100 0 100101 1001110 110001 100000 1000001 11111

Color Harmonies of #82521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82521C

Black with #82521C

Text Example


Text Example

White with #82521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82521C; }

 p { color: rgb(130,82,28); }

 H1.HeaderClassName
 {
   color: #82521C;
 }
 .AnyTagClassName
 {
   color: #82521C;
 }
</style>

background-color css

<style>
 a { background-color: #82521C; }

 a { background-color: rgb(130,82,28); }

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

border-color css

<style>
 span { border-color: #82521C; }

 span { border-color: rgb(130,82,28); }

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