Html Css Color HEX #824820 Russet

📋 copy color: '#824820'

red 130 ◦ green 72 ◦ blue 32

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

Shades of Russet #824820

Tints of Russet #824820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 55.56%
G = 30.77%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824820 (or 0x824820) is known color: Russet. HEX triplet: 82, 48 and 20. RGB value is (130,72,32). Sum of RGB (Red+Green+Blue) = 130+72+32=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #824820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824820 is #7DB7DF. Grayscale: #545454. Windows color (decimal): -8239072 or 2115714. OLE color: 2115714.

HSL color Cylindrical-coordinate representation of color #824820: hue angle of 24.49º 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 #824820 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 32 -
CMYK 0 0.45 0.75 0.49
HSL 24.49º 0.6% 0.32% -
HSV(B) 24.49º 0.75% 0.51% -
XYZ 11.78 9.48 2.58 -
YUV 84.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 130 72 32 0 0.45 0.75 0.49 24.49 0.6 0.32
Hex 82 48 20 0 2D 4B 31 18 3C 20
Octal 202 110 40 0 55 113 61 30 74 40
Binary 10000010 1001000 100000 0 101101 1001011 110001 11000 111100 100000

Color Harmonies of #824820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824820

Black with #824820

Text Example


Text Example

White with #824820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824820; }

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

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

background-color css

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

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

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

border-color css

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

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

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