#824E3D

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

Shades of Ironstone #824E3D

Tints of Ironstone #824E3D

Color information

#824E3D (or 0x824E3D) is unknown color: approx Ironstone. HEX triplet: 82, 4E and 3D. RGB value is (130,78,61). Sum of RGB (Red+Green+Blue) = 130+78+61=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E3D is #7DB1C2. Grayscale: #5B5B5B. Windows color (decimal): -8237507 or 4017794. OLE color: 4017794.

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

Color convert

RGB1307861-
CMYK00.400.530.49
HSL14.78º36.13%37.45%-
HSV(B)14.78º53.08%50.98%-
XYZ12.7710.535.77-
YUV91.61110.73155.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=48.33%
G=29.00%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130786100.400.530.4914.7836.1337.45
Hex824E3D0283531f2425
Octal202116750506561174445
Binary10000010100111011110101010001101011100011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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