Html Css Color HEX #82441C Russet

📋 copy color: '#82441C'

red 130 ◦ green 68 ◦ blue 28

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

Shades of Russet #82441C

Tints of Russet #82441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.09%

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

R = 57.52%
G = 30.09%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82441C (or 0x82441C) is known color: Russet. HEX triplet: 82, 44 and 1C. RGB value is (130,68,28). Sum of RGB (Red+Green+Blue) = 130+68+28=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82441C is #7DBBE3. Grayscale: #525252. Windows color (decimal): -8240100 or 1852546. OLE color: 1852546.

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

Color convert

RGB 130 68 28 -
CMYK 0 0.48 0.78 0.49
HSL 23.53º 0.65% 0.31% -
HSV(B) 23.53º 0.78% 0.51% -
XYZ 11.48 8.96 2.22 -
YUV 81.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 130 68 28 0 0.48 0.78 0.49 23.53 0.65 0.31
Hex 82 44 1C 0 30 4E 31 18 41 1F
Octal 202 104 34 0 60 116 61 30 101 37
Binary 10000010 1000100 11100 0 110000 1001110 110001 11000 1000001 11111

Color Harmonies of #82441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82441C

Black with #82441C

Text Example


Text Example

White with #82441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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