#854F3C

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

Shades of Ironstone #854F3C

Tints of Ironstone #854F3C

Color information

#854F3C (or 0x854F3C) is unknown color: approx Ironstone. HEX triplet: 85, 4F and 3C. RGB value is (133,79,60). Sum of RGB (Red+Green+Blue) = 133+79+60=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #854F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F3C is #7AB0C3. Grayscale: #5D5D5D. Windows color (decimal): -8040644 or 3952517. OLE color: 3952517.

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

Color convert

RGB1337960-
CMYK00.410.550.48
HSL15.62º37.82%37.84%-
HSV(B)15.62º54.89%52.16%-
XYZ13.2810.95.68-
YUV92.98109.39156.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=48.90%
G=29.04%
B=22.06%

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
Decimal133796000.410.550.4815.6237.8237.84
Hex854F3C0293730102626
Octal205117740516760204646
Binary100001011001111111100010100111011111000010000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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