Html Css Color HEX #824516 Russet

📋 copy color: '#824516'

red 130 ◦ green 69 ◦ blue 22

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

Shades of Russet #824516

Tints of Russet #824516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 58.82%
G = 31.22%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#824516 (or 0x824516) is known color: Russet. HEX triplet: 82, 45 and 16. RGB value is (130,69,22). Sum of RGB (Red+Green+Blue) = 130+69+22=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #824516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824516 is #7DBAE9. Grayscale: #525252. Windows color (decimal): -8239850 or 1459586. OLE color: 1459586.

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

Color convert

RGB 130 69 22 -
CMYK 0 0.47 0.83 0.49
HSL 26.11º 0.71% 0.3% -
HSV(B) 26.11º 0.83% 0.51% -
XYZ 11.48 9.06 1.9 -
YUV 81.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 130 69 22 0 0.47 0.83 0.49 26.11 0.71 0.3
Hex 82 45 16 0 2F 53 31 1A 47 1E
Octal 202 105 26 0 57 123 61 32 107 36
Binary 10000010 1000101 10110 0 101111 1010011 110001 11010 1000111 11110

Color Harmonies of #824516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824516

Black with #824516

Text Example


Text Example

White with #824516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824516; }

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

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

background-color css

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

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

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

border-color css

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

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

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