Html Css Color HEX #82471A Russet

📋 copy color: '#82471A'

red 130 ◦ green 71 ◦ blue 26

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

Shades of Russet #82471A

Tints of Russet #82471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

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

R = 57.27%
G = 31.28%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82471A (or 0x82471A) is known color: Russet. HEX triplet: 82, 47 and 1A. RGB value is (130,71,26). Sum of RGB (Red+Green+Blue) = 130+71+26=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82471A is #7DB8E5. Grayscale: #535353. Windows color (decimal): -8239334 or 1722242. OLE color: 1722242.

HSL color Cylindrical-coordinate representation of color #82471A: hue angle of 25.96º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82471A is Cyan = 0, Magento = 0.45, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 26 -
CMYK 0 0.45 0.8 0.49
HSL 25.96º 0.67% 0.31% -
HSV(B) 25.96º 0.8% 0.51% -
XYZ 11.65 9.33 2.16 -
YUV 83.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 130 71 26 0 0.45 0.8 0.49 25.96 0.67 0.31
Hex 82 47 1A 0 2D 50 31 1A 43 1F
Octal 202 107 32 0 55 120 61 32 103 37
Binary 10000010 1000111 11010 0 101101 1010000 110001 11010 1000011 11111

Color Harmonies of #82471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82471A

Black with #82471A

Text Example


Text Example

White with #82471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,71,26); }

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

background-color css

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

 a { background-color: rgb(130,71,26); }

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

border-color css

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

 span { border-color: rgb(130,71,26); }

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