Html Css Color HEX #824522 Russet

📋 copy color: '#824522'

red 130 ◦ green 69 ◦ blue 34

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

Shades of Russet #824522

Tints of Russet #824522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

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

R = 55.79%
G = 29.61%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#824522 (or 0x824522) is known color: Russet. HEX triplet: 82, 45 and 22. RGB value is (130,69,34). Sum of RGB (Red+Green+Blue) = 130+69+34=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #824522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824522 is #7DBADD. Grayscale: #535353. Windows color (decimal): -8239838 or 2246018. OLE color: 2246018.

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

Color convert

RGB 130 69 34 -
CMYK 0 0.47 0.74 0.49
HSL 21.88º 0.59% 0.32% -
HSV(B) 21.88º 0.74% 0.51% -
XYZ 11.62 9.12 2.66 -
YUV 83.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 130 69 34 0 0.47 0.74 0.49 21.88 0.59 0.32
Hex 82 45 22 0 2F 4A 31 16 3B 20
Octal 202 105 42 0 57 112 61 26 73 40
Binary 10000010 1000101 100010 0 101111 1001010 110001 10110 111011 100000

Color Harmonies of #824522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824522

Black with #824522

Text Example


Text Example

White with #824522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824522; }

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

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

background-color css

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

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

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

border-color css

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

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

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