#824418

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

Shades of Russet #824418

Tints of Russet #824418

Color information

#824418 (or 0x824418) is unknown color: approx Russet. HEX triplet: 82, 44 and 18. RGB value is (130,68,24). Sum of RGB (Red+Green+Blue) = 130+68+24=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #824418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824418 is #7DBBE7. Grayscale: #515151. Windows color (decimal): -8240104 or 1590402. OLE color: 1590402.

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

Color convert

RGB1306824-
CMYK00.480.820.49
HSL24.91º68.83%30.2%-
HSV(B)24.91º81.54%50.98%-
XYZ11.448.951.99-
YUV81.5295.54162.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=58.56%
G=30.63%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130682400.480.820.4924.9168.8330.2
Hex824418030523119451e
Octal20210430060122613110536
Binary100000101000100110000110000101001011000111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824418; }

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

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

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

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

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

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

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

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