#824B21

Color #824B21 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #824B21

Tints of Russet #824B21

Color information

#824B21 (or 0x824B21) is unknown color: approx Russet. HEX triplet: 82, 4B and 21. RGB value is (130,75,33). Sum of RGB (Red+Green+Blue) = 130+75+33=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #824B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B21 is #7DB4DE. Grayscale: #565656. Windows color (decimal): -8238303 or 2182018. OLE color: 2182018.

HSL color Cylindrical-coordinate representation of color #824B21: hue angle of 25.98º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #824B21 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1307533-
CMYK00.420.750.49
HSL25.98º59.51%31.96%-
HSV(B)25.98º74.62%50.98%-
XYZ129.892.72-
YUV86.6697.72158.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=54.62%
G=31.51%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130753300.420.750.4925.9859.5131.96
Hex824B2102A4B311a3c20
Octal2021134105211361327440
Binary1000001010010111000010101010100101111000111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824B21; }

 p { color: rgb(130,75,33); }

 H1.HeaderClassName
 {
   color: #824B21;
 }
 .AnyTagClassName
 {
   color: #824B21;
 }
</style>
background-color css

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

 a { background-color: rgb(130,75,33); }

 div.DivClassName
 {
   background-color: #824B21;
 }
 .BgClassName
 {
   background-color: #824B21;
 }
</style>
border-color css

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

 span { border-color: rgb(130,75,33); }

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