Html Css Color HEX #824120 Russet

📋 copy color: '#824120'

red 130 ◦ green 65 ◦ blue 32

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

Shades of Russet #824120

Tints of Russet #824120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 57.27%
G = 28.63%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824120 (or 0x824120) is known color: Russet. HEX triplet: 82, 41 and 20. RGB value is (130,65,32). Sum of RGB (Red+Green+Blue) = 130+65+32=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #824120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824120 is #7DBEDF. Grayscale: #505050. Windows color (decimal): -8240864 or 2113922. OLE color: 2113922.

HSL color Cylindrical-coordinate representation of color #824120: hue angle of 20.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #824120 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 32 -
CMYK 0 0.50 0.75 0.49
HSL 20.2º 0.6% 0.32% -
HSV(B) 20.2º 0.75% 0.51% -
XYZ 11.36 8.63 2.43 -
YUV 80.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 130 65 32 0 0.50 0.75 0.49 20.2 0.6 0.32
Hex 82 41 20 0 32 4B 31 14 3C 20
Octal 202 101 40 0 62 113 61 24 74 40
Binary 10000010 1000001 100000 0 110010 1001011 110001 10100 111100 100000

Color Harmonies of #824120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824120

Black with #824120

Text Example


Text Example

White with #824120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824120; }

 p { color: rgb(130,65,32); }

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

background-color css

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

 a { background-color: rgb(130,65,32); }

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

border-color css

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

 span { border-color: rgb(130,65,32); }

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