#824316

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

Shades of Russet #824316

Tints of Russet #824316

Color information

#824316 (or 0x824316) is unknown color: approx Russet. HEX triplet: 82, 43 and 16. RGB value is (130,67,22). Sum of RGB (Red+Green+Blue) = 130+67+22=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824316 is #7DBCE9. Grayscale: #505050. Windows color (decimal): -8240362 or 1459074. OLE color: 1459074.

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

Color convert

RGB1306722-
CMYK00.480.830.49
HSL25º71.05%29.8%-
HSV(B)25º83.08%50.98%-
XYZ11.368.821.86-
YUV80.7194.87163.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=59.36%
G=30.59%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130672200.480.830.492571.0529.8
Hex824316030533119471e
Octal20210326060123613110736
Binary100000101000011101100110000101001111000111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824316; }

 p { color: rgb(130,67,22); }

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

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

 a { background-color: rgb(130,67,22); }

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

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

 span { border-color: rgb(130,67,22); }

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