#824E43

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

Shades of Ironstone #824E43

Tints of Ironstone #824E43

Color information

#824E43 (or 0x824E43) is unknown color: approx Ironstone. HEX triplet: 82, 4E and 43. RGB value is (130,78,67). Sum of RGB (Red+Green+Blue) = 130+78+67=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #824E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E43 is #7DB1BC. Grayscale: #5C5C5C. Windows color (decimal): -8237501 or 4411010. OLE color: 4411010.

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

Color convert

RGB1307867-
CMYK00.400.480.49
HSL10.48º31.98%38.63%-
HSV(B)10.48º48.46%50.98%-
XYZ12.9410.66.67-
YUV92.29113.73154.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=47.27%
G=28.36%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130786700.400.480.4910.4831.9838.63
Hex824E430283031a2027
Octal2021161030506061124047
Binary100000101001110100001101010001100001100011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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