Html Css Color HEX #824C20 Russet

📋 copy color: '#824C20'

red 130 ◦ green 76 ◦ blue 32

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

Shades of Russet #824C20

Tints of Russet #824C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

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

R = 54.62%
G = 31.93%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824C20 (or 0x824C20) is known color: Russet. HEX triplet: 82, 4C and 20. RGB value is (130,76,32). Sum of RGB (Red+Green+Blue) = 130+76+32=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #824C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C20 is #7DB3DF. Grayscale: #575757. Windows color (decimal): -8238048 or 2116738. OLE color: 2116738.

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

Color convert

RGB 130 76 32 -
CMYK 0 0.42 0.75 0.49
HSL 26.94º 0.6% 0.32% -
HSV(B) 26.94º 0.75% 0.51% -
XYZ 12.05 10.02 2.67 -
YUV 87.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 130 76 32 0 0.42 0.75 0.49 26.94 0.6 0.32
Hex 82 4C 20 0 2A 4B 31 1B 3C 20
Octal 202 114 40 0 52 113 61 33 74 40
Binary 10000010 1001100 100000 0 101010 1001011 110001 11011 111100 100000

Color Harmonies of #824C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C20

Black with #824C20

Text Example


Text Example

White with #824C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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