Html Css Color HEX #824A20 Russet

📋 copy color: '#824A20'

red 130 ◦ green 74 ◦ blue 32

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

Shades of Russet #824A20

Tints of Russet #824A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

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

R = 55.08%
G = 31.36%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824A20 (or 0x824A20) is known color: Russet. HEX triplet: 82, 4A and 20. RGB value is (130,74,32). Sum of RGB (Red+Green+Blue) = 130+74+32=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #824A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A20 is #7DB5DF. Grayscale: #565656. Windows color (decimal): -8238560 or 2116226. OLE color: 2116226.

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

Color convert

RGB 130 74 32 -
CMYK 0 0.43 0.75 0.49
HSL 25.71º 0.6% 0.32% -
HSV(B) 25.71º 0.75% 0.51% -
XYZ 11.92 9.75 2.62 -
YUV 85.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 130 74 32 0 0.43 0.75 0.49 25.71 0.6 0.32
Hex 82 4A 20 0 2B 4B 31 1A 3C 20
Octal 202 112 40 0 53 113 61 32 74 40
Binary 10000010 1001010 100000 0 101011 1001011 110001 11010 111100 100000

Color Harmonies of #824A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A20

Black with #824A20

Text Example


Text Example

White with #824A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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