Html Css Color HEX #824C21 Russet

📋 copy color: '#824C21'

red 130 ◦ green 76 ◦ blue 33

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

Shades of Russet #824C21

Tints of Russet #824C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.81%

R = 54.39%
G = 31.8%
B = 13.81%

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

#824C21 (or 0x824C21) is known color: Russet. HEX triplet: 82, 4C and 21. RGB value is (130,76,33). Sum of RGB (Red+Green+Blue) = 130+76+33=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #824C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C21 is #7DB3DE. Grayscale: #575757. Windows color (decimal): -8238047 or 2182274. OLE color: 2182274.

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

Color convert

RGB 130 76 33 -
CMYK 0 0.42 0.75 0.49
HSL 26.6º 0.6% 0.32% -
HSV(B) 26.6º 0.75% 0.51% -
XYZ 12.06 10.02 2.74 -
YUV 87.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 130 76 33 0 0.42 0.75 0.49 26.6 0.6 0.32
Hex 82 4C 21 0 2A 4B 31 1B 3C 20
Octal 202 114 41 0 52 113 61 33 74 40
Binary 10000010 1001100 100001 0 101010 1001011 110001 11011 111100 100000

Color Harmonies of #824C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C21

Black with #824C21

Text Example


Text Example

White with #824C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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