#824E3E

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

Shades of Ironstone #824E3E

Tints of Ironstone #824E3E

Color information

#824E3E (or 0x824E3E) is unknown color: approx Ironstone. HEX triplet: 82, 4E and 3E. RGB value is (130,78,62). Sum of RGB (Red+Green+Blue) = 130+78+62=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E3E is #7DB1C1. Grayscale: #5B5B5B. Windows color (decimal): -8237506 or 4083330. OLE color: 4083330.

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

Color convert

RGB1307862-
CMYK00.400.520.49
HSL14.12º35.42%37.65%-
HSV(B)14.12º52.31%50.98%-
XYZ12.810.545.92-
YUV91.72111.23155.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=48.15%
G=28.89%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130786200.400.520.4914.1235.4237.65
Hex824E3E0283431e2326
Octal202116760506461164346
Binary10000010100111011111001010001101001100011110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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