Html Css Color HEX #824424 Russet

📋 copy color: '#824424'

red 130 ◦ green 68 ◦ blue 36

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

Shades of Russet #824424

Tints of Russet #824424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.38%

R = 55.56%
G = 29.06%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824424 (or 0x824424) is known color: Russet. HEX triplet: 82, 44 and 24. RGB value is (130,68,36). Sum of RGB (Red+Green+Blue) = 130+68+36=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #824424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824424 is #7DBBDB. Grayscale: #535353. Windows color (decimal): -8240092 or 2376834. OLE color: 2376834.

HSL color Cylindrical-coordinate representation of color #824424: hue angle of 20.43º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #824424 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 36 -
CMYK 0 0.48 0.72 0.49
HSL 20.43º 0.57% 0.33% -
HSV(B) 20.43º 0.72% 0.51% -
XYZ 11.59 9.01 2.8 -
YUV 82.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 130 68 36 0 0.48 0.72 0.49 20.43 0.57 0.33
Hex 82 44 24 0 30 48 31 14 39 21
Octal 202 104 44 0 60 110 61 24 71 41
Binary 10000010 1000100 100100 0 110000 1001000 110001 10100 111001 100001

Color Harmonies of #824424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824424

Black with #824424

Text Example


Text Example

White with #824424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824424; }

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

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

background-color css

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

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

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

border-color css

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

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

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