Html Css Color HEX #824018 Russet

📋 copy color: '#824018'

red 130 ◦ green 64 ◦ blue 24

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

Shades of Russet #824018

Tints of Russet #824018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 59.63%
G = 29.36%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#824018 (or 0x824018) is known color: Russet. HEX triplet: 82, 40 and 18. RGB value is (130,64,24). Sum of RGB (Red+Green+Blue) = 130+64+24=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824018 is #7DBFE7. Grayscale: #4F4F4F. Windows color (decimal): -8241128 or 1589378. OLE color: 1589378.

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

Color convert

RGB 130 64 24 -
CMYK 0 0.51 0.82 0.49
HSL 22.64º 0.69% 0.3% -
HSV(B) 22.64º 0.82% 0.51% -
XYZ 11.2 8.48 1.91 -
YUV 79.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 130 64 24 0 0.51 0.82 0.49 22.64 0.69 0.3
Hex 82 40 18 0 33 52 31 17 45 1E
Octal 202 100 30 0 63 122 61 27 105 36
Binary 10000010 1000000 11000 0 110011 1010010 110001 10111 1000101 11110

Color Harmonies of #824018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824018

Black with #824018

Text Example


Text Example

White with #824018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824018; }

 p { color: rgb(130,64,24); }

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

background-color css

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

 a { background-color: rgb(130,64,24); }

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

border-color css

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

 span { border-color: rgb(130,64,24); }

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