Html Css Color HEX #824421 Russet

📋 copy color: '#824421'

red 130 ◦ green 68 ◦ blue 33

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

Shades of Russet #824421

Tints of Russet #824421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

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

R = 56.28%
G = 29.44%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824421 (or 0x824421) is known color: Russet. HEX triplet: 82, 44 and 21. RGB value is (130,68,33). Sum of RGB (Red+Green+Blue) = 130+68+33=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #824421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824421 is #7DBBDE. Grayscale: #525252. Windows color (decimal): -8240095 or 2180226. OLE color: 2180226.

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

Color convert

RGB 130 68 33 -
CMYK 0 0.48 0.75 0.49
HSL 21.65º 0.6% 0.32% -
HSV(B) 21.65º 0.75% 0.51% -
XYZ 11.55 8.99 2.57 -
YUV 82.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 130 68 33 0 0.48 0.75 0.49 21.65 0.6 0.32
Hex 82 44 21 0 30 4B 31 16 3C 20
Octal 202 104 41 0 60 113 61 26 74 40
Binary 10000010 1000100 100001 0 110000 1001011 110001 10110 111100 100000

Color Harmonies of #824421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824421

Black with #824421

Text Example


Text Example

White with #824421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824421; }

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

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

background-color css

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

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

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

border-color css

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

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

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