Html Css Color HEX #824720 Russet

📋 copy color: '#824720'

red 130 ◦ green 71 ◦ blue 32

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

Shades of Russet #824720

Tints of Russet #824720

RGB

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

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

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

R = 55.79%
G = 30.47%
B = 13.73%

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

#824720 (or 0x824720) is known color: Russet. HEX triplet: 82, 47 and 20. RGB value is (130,71,32). Sum of RGB (Red+Green+Blue) = 130+71+32=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #824720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824720 is #7DB8DF. Grayscale: #545454. Windows color (decimal): -8239328 or 2115458. OLE color: 2115458.

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

Color convert

RGB 130 71 32 -
CMYK 0 0.45 0.75 0.49
HSL 23.88º 0.6% 0.32% -
HSV(B) 23.88º 0.75% 0.51% -
XYZ 11.72 9.36 2.55 -
YUV 84.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 130 71 32 0 0.45 0.75 0.49 23.88 0.6 0.32
Hex 82 47 20 0 2D 4B 31 18 3C 20
Octal 202 107 40 0 55 113 61 30 74 40
Binary 10000010 1000111 100000 0 101101 1001011 110001 11000 111100 100000

Color Harmonies of #824720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824720

Black with #824720

Text Example


Text Example

White with #824720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824720; }

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

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

background-color css

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

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

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

border-color css

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

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

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