#854E3C

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

Shades of Ironstone #854E3C

Tints of Ironstone #854E3C

Color information

#854E3C (or 0x854E3C) is unknown color: approx Ironstone. HEX triplet: 85, 4E and 3C. RGB value is (133,78,60). Sum of RGB (Red+Green+Blue) = 133+78+60=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E3C is #7AB1C3. Grayscale: #5C5C5C. Windows color (decimal): -8040900 or 3952261. OLE color: 3952261.

HSL color Cylindrical-coordinate representation of color #854E3C: hue angle of 14.79º 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 #854E3C is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1337860-
CMYK00.410.550.48
HSL14.79º37.82%37.84%-
HSV(B)14.79º54.89%52.16%-
XYZ13.2110.765.66-
YUV92.39109.72156.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=49.08%
G=28.78%
B=22.14%

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
Decimal133786000.410.550.4814.7937.8237.84
Hex854E3C0293730f2626
Octal205116740516760174646
Binary10000101100111011110001010011101111100001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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