Html Css Color HEX #824818 Russet

📋 copy color: '#824818'

red 130 ◦ green 72 ◦ blue 24

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

Shades of Russet #824818

Tints of Russet #824818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 57.52%
G = 31.86%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#824818 (or 0x824818) is known color: Russet. HEX triplet: 82, 48 and 18. RGB value is (130,72,24). Sum of RGB (Red+Green+Blue) = 130+72+24=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #824818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824818 is #7DB7E7. Grayscale: #545454. Windows color (decimal): -8239080 or 1591426. OLE color: 1591426.

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

Color convert

RGB 130 72 24 -
CMYK 0 0.45 0.82 0.49
HSL 27.17º 0.69% 0.3% -
HSV(B) 27.17º 0.82% 0.51% -
XYZ 11.69 9.45 2.07 -
YUV 83.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 130 72 24 0 0.45 0.82 0.49 27.17 0.69 0.3
Hex 82 48 18 0 2D 52 31 1B 45 1E
Octal 202 110 30 0 55 122 61 33 105 36
Binary 10000010 1001000 11000 0 101101 1010010 110001 11011 1000101 11110

Color Harmonies of #824818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824818

Black with #824818

Text Example


Text Example

White with #824818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824818; }

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

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

background-color css

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

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

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

border-color css

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

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

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