Html Css Color HEX #824213 Russet

📋 copy color: '#824213'

red 130 ◦ green 66 ◦ blue 19

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

Shades of Russet #824213

Tints of Russet #824213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 60.47%
G = 30.7%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824213 (or 0x824213) is known color: Russet. HEX triplet: 82, 42 and 13. RGB value is (130,66,19). Sum of RGB (Red+Green+Blue) = 130+66+19=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824213 is #7DBDEC. Grayscale: #505050. Windows color (decimal): -8240621 or 1262210. OLE color: 1262210.

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

Color convert

RGB 130 66 19 -
CMYK 0 0.49 0.85 0.49
HSL 25.41º 0.74% 0.29% -
HSV(B) 25.41º 0.85% 0.51% -
XYZ 11.27 8.69 1.7 -
YUV 79.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 130 66 19 0 0.49 0.85 0.49 25.41 0.74 0.29
Hex 82 42 13 0 31 55 31 19 4A 1D
Octal 202 102 23 0 61 125 61 31 112 35
Binary 10000010 1000010 10011 0 110001 1010101 110001 11001 1001010 11101

Color Harmonies of #824213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824213

Black with #824213

Text Example


Text Example

White with #824213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824213; }

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

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

background-color css

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

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

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

border-color css

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

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

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