Html Css Color HEX #824219 Russet

📋 copy color: '#824219'

red 130 ◦ green 66 ◦ blue 25

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

Shades of Russet #824219

Tints of Russet #824219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.31%

R = 58.82%
G = 29.86%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#824219 (or 0x824219) is known color: Russet. HEX triplet: 82, 42 and 19. RGB value is (130,66,25). Sum of RGB (Red+Green+Blue) = 130+66+25=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #824219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824219 is #7DBDE6. Grayscale: #505050. Windows color (decimal): -8240615 or 1655426. OLE color: 1655426.

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

Color convert

RGB 130 66 25 -
CMYK 0 0.49 0.81 0.49
HSL 23.43º 0.68% 0.3% -
HSV(B) 23.43º 0.81% 0.51% -
XYZ 11.33 8.71 2 -
YUV 80.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 130 66 25 0 0.49 0.81 0.49 23.43 0.68 0.3
Hex 82 42 19 0 31 51 31 17 44 1E
Octal 202 102 31 0 61 121 61 27 104 36
Binary 10000010 1000010 11001 0 110001 1010001 110001 10111 1000100 11110

Color Harmonies of #824219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824219

Black with #824219

Text Example


Text Example

White with #824219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824219; }

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

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

background-color css

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

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

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

border-color css

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

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

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