#844E3C

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

Shades of Ironstone #844E3C

Tints of Ironstone #844E3C

Color information

#844E3C (or 0x844E3C) is unknown color: approx Ironstone. HEX triplet: 84, 4E and 3C. RGB value is (132,78,60). Sum of RGB (Red+Green+Blue) = 132+78+60=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E3C is #7BB1C3. Grayscale: #5C5C5C. Windows color (decimal): -8106436 or 3952260. OLE color: 3952260.

HSL color Cylindrical-coordinate representation of color #844E3C: hue angle of 15º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844E3C is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1327860-
CMYK00.410.550.48
HSL15º37.5%37.65%-
HSV(B)15º54.55%51.76%-
XYZ13.0610.685.65-
YUV92.09109.89156.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=48.89%
G=28.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132786000.410.550.481537.537.65
Hex844E3C0293730f2626
Octal204116740516760174646
Binary10000100100111011110001010011101111100001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E3C; }

 p { color: rgb(132,78,60); }

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

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

 a { background-color: rgb(132,78,60); }

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

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

 span { border-color: rgb(132,78,60); }

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