Html Css Color HEX #824419 Russet

📋 copy color: '#824419'

red 130 ◦ green 68 ◦ blue 25

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

Shades of Russet #824419

Tints of Russet #824419

RGB

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

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

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

R = 58.3%
G = 30.49%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#824419 (or 0x824419) is known color: Russet. HEX triplet: 82, 44 and 19. RGB value is (130,68,25). Sum of RGB (Red+Green+Blue) = 130+68+25=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #824419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824419 is #7DBBE6. Grayscale: #515151. Windows color (decimal): -8240103 or 1655938. OLE color: 1655938.

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

Color convert

RGB 130 68 25 -
CMYK 0 0.48 0.81 0.49
HSL 24.57º 0.68% 0.3% -
HSV(B) 24.57º 0.81% 0.51% -
XYZ 11.45 8.95 2.04 -
YUV 81.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 130 68 25 0 0.48 0.81 0.49 24.57 0.68 0.3
Hex 82 44 19 0 30 51 31 19 44 1E
Octal 202 104 31 0 60 121 61 31 104 36
Binary 10000010 1000100 11001 0 110000 1010001 110001 11001 1000100 11110

Color Harmonies of #824419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824419

Black with #824419

Text Example


Text Example

White with #824419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824419; }

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

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

background-color css

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

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

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

border-color css

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

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

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