Html Css Color HEX #824A16 Russet

📋 copy color: '#824A16'

red 130 ◦ green 74 ◦ blue 22

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

Shades of Russet #824A16

Tints of Russet #824A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

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

R = 57.52%
G = 32.74%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#824A16 (or 0x824A16) is known color: Russet. HEX triplet: 82, 4A and 16. RGB value is (130,74,22). Sum of RGB (Red+Green+Blue) = 130+74+22=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #824A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A16 is #7DB5E9. Grayscale: #555555. Windows color (decimal): -8238570 or 1460866. OLE color: 1460866.

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

Color convert

RGB 130 74 22 -
CMYK 0 0.43 0.83 0.49
HSL 28.89º 0.71% 0.3% -
HSV(B) 28.89º 0.83% 0.51% -
XYZ 11.8 9.7 2.01 -
YUV 84.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 130 74 22 0 0.43 0.83 0.49 28.89 0.71 0.3
Hex 82 4A 16 0 2B 53 31 1D 47 1E
Octal 202 112 26 0 53 123 61 35 107 36
Binary 10000010 1001010 10110 0 101011 1010011 110001 11101 1000111 11110

Color Harmonies of #824A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A16

Black with #824A16

Text Example


Text Example

White with #824A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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