#824C40

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

Shades of Ironstone #824C40

Tints of Ironstone #824C40

Color information

#824C40 (or 0x824C40) is unknown color: approx Ironstone. HEX triplet: 82, 4C and 40. RGB value is (130,76,64). Sum of RGB (Red+Green+Blue) = 130+76+64=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C40 is #7DB3BF. Grayscale: #5A5A5A. Windows color (decimal): -8238016 or 4213890. OLE color: 4213890.

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

Color convert

RGB1307664-
CMYK00.420.510.49
HSL10.91º34.02%38.04%-
HSV(B)10.91º50.77%50.98%-
XYZ12.7210.286.17-
YUV90.78112.89155.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=48.15%
G=28.15%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130766400.420.510.4910.9134.0238.04
Hex824C4002A3331b2226
Octal2021141000526361134246
Binary100000101001100100000001010101100111100011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,64); }

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

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

 a { background-color: rgb(130,76,64); }

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

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

 span { border-color: rgb(130,76,64); }

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