Html Css Color HEX #824216 Russet

📋 copy color: '#824216'

red 130 ◦ green 66 ◦ blue 22

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

Shades of Russet #824216

Tints of Russet #824216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 59.63%
G = 30.28%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#824216 (or 0x824216) is known color: Russet. HEX triplet: 82, 42 and 16. RGB value is (130,66,22). Sum of RGB (Red+Green+Blue) = 130+66+22=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824216 is #7DBDE9. Grayscale: #505050. Windows color (decimal): -8240618 or 1458818. OLE color: 1458818.

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

Color convert

RGB 130 66 22 -
CMYK 0 0.49 0.83 0.49
HSL 24.44º 0.71% 0.3% -
HSV(B) 24.44º 0.83% 0.51% -
XYZ 11.3 8.7 1.84 -
YUV 80.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 130 66 22 0 0.49 0.83 0.49 24.44 0.71 0.3
Hex 82 42 16 0 31 53 31 18 47 1E
Octal 202 102 26 0 61 123 61 30 107 36
Binary 10000010 1000010 10110 0 110001 1010011 110001 11000 1000111 11110

Color Harmonies of #824216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824216

Black with #824216

Text Example


Text Example

White with #824216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824216; }

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

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

background-color css

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

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

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

border-color css

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

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

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