Html Css Color HEX #824119 Russet

📋 copy color: '#824119'

red 130 ◦ green 65 ◦ blue 25

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

Shades of Russet #824119

Tints of Russet #824119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

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

R = 59.09%
G = 29.55%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#824119 (or 0x824119) is known color: Russet. HEX triplet: 82, 41 and 19. RGB value is (130,65,25). Sum of RGB (Red+Green+Blue) = 130+65+25=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824119 is #7DBEE6. Grayscale: #505050. Windows color (decimal): -8240871 or 1655170. OLE color: 1655170.

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

Color convert

RGB 130 65 25 -
CMYK 0 0.50 0.81 0.49
HSL 22.86º 0.68% 0.3% -
HSV(B) 22.86º 0.81% 0.51% -
XYZ 11.27 8.6 1.98 -
YUV 79.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 130 65 25 0 0.50 0.81 0.49 22.86 0.68 0.3
Hex 82 41 19 0 32 51 31 17 44 1E
Octal 202 101 31 0 62 121 61 27 104 36
Binary 10000010 1000001 11001 0 110010 1010001 110001 10111 1000100 11110

Color Harmonies of #824119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824119

Black with #824119

Text Example


Text Example

White with #824119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824119; }

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

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

background-color css

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

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

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

border-color css

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

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

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