Html Css Color HEX #824215 Russet

📋 copy color: '#824215'

red 130 ◦ green 66 ◦ blue 21

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

Shades of Russet #824215

Tints of Russet #824215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 59.91%
G = 30.41%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#824215 (or 0x824215) is known color: Russet. HEX triplet: 82, 42 and 15. RGB value is (130,66,21). Sum of RGB (Red+Green+Blue) = 130+66+21=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824215 is #7DBDEA. Grayscale: #505050. Windows color (decimal): -8240619 or 1393282. OLE color: 1393282.

HSL color Cylindrical-coordinate representation of color #824215: hue angle of 24.77º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #824215 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 21 -
CMYK 0 0.49 0.84 0.49
HSL 24.77º 0.72% 0.3% -
HSV(B) 24.77º 0.84% 0.51% -
XYZ 11.29 8.7 1.79 -
YUV 80.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 130 66 21 0 0.49 0.84 0.49 24.77 0.72 0.3
Hex 82 42 15 0 31 54 31 19 48 1E
Octal 202 102 25 0 61 124 61 31 110 36
Binary 10000010 1000010 10101 0 110001 1010100 110001 11001 1001000 11110

Color Harmonies of #824215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824215

Black with #824215

Text Example


Text Example

White with #824215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824215; }

 p { color: rgb(130,66,21); }

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

background-color css

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

 a { background-color: rgb(130,66,21); }

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

border-color css

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

 span { border-color: rgb(130,66,21); }

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