Html Css Color HEX #82471E Russet

📋 copy color: '#82471E'

red 130 ◦ green 71 ◦ blue 30

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

Shades of Russet #82471E

Tints of Russet #82471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 56.28%
G = 30.74%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82471E (or 0x82471E) is known color: Russet. HEX triplet: 82, 47 and 1E. RGB value is (130,71,30). Sum of RGB (Red+Green+Blue) = 130+71+30=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82471E is #7DB8E1. Grayscale: #545454. Windows color (decimal): -8239330 or 1984386. OLE color: 1984386.

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

Color convert

RGB 130 71 30 -
CMYK 0 0.45 0.77 0.49
HSL 24.6º 0.63% 0.31% -
HSV(B) 24.6º 0.77% 0.51% -
XYZ 11.69 9.35 2.42 -
YUV 83.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 130 71 30 0 0.45 0.77 0.49 24.6 0.63 0.31
Hex 82 47 1E 0 2D 4D 31 19 3E 1F
Octal 202 107 36 0 55 115 61 31 76 37
Binary 10000010 1000111 11110 0 101101 1001101 110001 11001 111110 11111

Color Harmonies of #82471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82471E

Black with #82471E

Text Example


Text Example

White with #82471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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