Html Css Color HEX #824416 Russet

📋 copy color: '#824416'

red 130 ◦ green 68 ◦ blue 22

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

Shades of Russet #824416

Tints of Russet #824416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 59.09%
G = 30.91%
B = 10%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#824416 (or 0x824416) is known color: Russet. HEX triplet: 82, 44 and 16. RGB value is (130,68,22). Sum of RGB (Red+Green+Blue) = 130+68+22=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824416 is #7DBBE9. Grayscale: #515151. Windows color (decimal): -8240106 or 1459330. OLE color: 1459330.

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

Color convert

RGB 130 68 22 -
CMYK 0 0.48 0.83 0.49
HSL 25.56º 0.71% 0.3% -
HSV(B) 25.56º 0.83% 0.51% -
XYZ 11.42 8.94 1.88 -
YUV 81.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 130 68 22 0 0.48 0.83 0.49 25.56 0.71 0.3
Hex 82 44 16 0 30 53 31 1A 47 1E
Octal 202 104 26 0 60 123 61 32 107 36
Binary 10000010 1000100 10110 0 110000 1010011 110001 11010 1000111 11110

Color Harmonies of #824416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824416

Black with #824416

Text Example


Text Example

White with #824416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824416; }

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

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

background-color css

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

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

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

border-color css

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

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

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