Html Css Color HEX #824916 Russet

📋 copy color: '#824916'

red 130 ◦ green 73 ◦ blue 22

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

Shades of Russet #824916

Tints of Russet #824916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

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

R = 57.78%
G = 32.44%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#824916 (or 0x824916) is known color: Russet. HEX triplet: 82, 49 and 16. RGB value is (130,73,22). Sum of RGB (Red+Green+Blue) = 130+73+22=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #824916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824916 is #7DB6E9. Grayscale: #545454. Windows color (decimal): -8238826 or 1460610. OLE color: 1460610.

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

Color convert

RGB 130 73 22 -
CMYK 0 0.44 0.83 0.49
HSL 28.33º 0.71% 0.3% -
HSV(B) 28.33º 0.83% 0.51% -
XYZ 11.73 9.57 1.99 -
YUV 84.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 130 73 22 0 0.44 0.83 0.49 28.33 0.71 0.3
Hex 82 49 16 0 2C 53 31 1C 47 1E
Octal 202 111 26 0 54 123 61 34 107 36
Binary 10000010 1001001 10110 0 101100 1010011 110001 11100 1000111 11110

Color Harmonies of #824916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824916

Black with #824916

Text Example


Text Example

White with #824916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824916; }

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

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

background-color css

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

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

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

border-color css

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

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

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