Html Css Color HEX #824422 Russet

📋 copy color: '#824422'

red 130 ◦ green 68 ◦ blue 34

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

Shades of Russet #824422

Tints of Russet #824422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 56.03%
G = 29.31%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#824422 (or 0x824422) is known color: Russet. HEX triplet: 82, 44 and 22. RGB value is (130,68,34). Sum of RGB (Red+Green+Blue) = 130+68+34=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #824422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824422 is #7DBBDD. Grayscale: #525252. Windows color (decimal): -8240094 or 2245762. OLE color: 2245762.

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

Color convert

RGB 130 68 34 -
CMYK 0 0.48 0.74 0.49
HSL 21.25º 0.59% 0.32% -
HSV(B) 21.25º 0.74% 0.51% -
XYZ 11.56 9 2.64 -
YUV 82.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 130 68 34 0 0.48 0.74 0.49 21.25 0.59 0.32
Hex 82 44 22 0 30 4A 31 15 3B 20
Octal 202 104 42 0 60 112 61 25 73 40
Binary 10000010 1000100 100010 0 110000 1001010 110001 10101 111011 100000

Color Harmonies of #824422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824422

Black with #824422

Text Example


Text Example

White with #824422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824422; }

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

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

background-color css

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

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

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

border-color css

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

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

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