Html Css Color HEX #824021 Russet

📋 copy color: '#824021'

red 130 ◦ green 64 ◦ blue 33

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

Shades of Russet #824021

Tints of Russet #824021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 57.27%
G = 28.19%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824021 (or 0x824021) is known color: Russet. HEX triplet: 82, 40 and 21. RGB value is (130,64,33). Sum of RGB (Red+Green+Blue) = 130+64+33=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #824021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824021 is #7DBFDE. Grayscale: #505050. Windows color (decimal): -8241119 or 2179202. OLE color: 2179202.

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

Color convert

RGB 130 64 33 -
CMYK 0 0.51 0.75 0.49
HSL 19.18º 0.6% 0.32% -
HSV(B) 19.18º 0.75% 0.51% -
XYZ 11.31 8.52 2.49 -
YUV 80.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 130 64 33 0 0.51 0.75 0.49 19.18 0.6 0.32
Hex 82 40 21 0 33 4B 31 13 3C 20
Octal 202 100 41 0 63 113 61 23 74 40
Binary 10000010 1000000 100001 0 110011 1001011 110001 10011 111100 100000

Color Harmonies of #824021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824021

Black with #824021

Text Example


Text Example

White with #824021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824021; }

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

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

background-color css

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

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

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

border-color css

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

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

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