#854F3E

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

Shades of Ironstone #854F3E

Tints of Ironstone #854F3E

Color information

#854F3E (or 0x854F3E) is unknown color: approx Ironstone. HEX triplet: 85, 4F and 3E. RGB value is (133,79,62). Sum of RGB (Red+Green+Blue) = 133+79+62=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #854F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F3E is #7AB0C1. Grayscale: #5D5D5D. Windows color (decimal): -8040642 or 4083589. OLE color: 4083589.

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

Color convert

RGB1337962-
CMYK00.410.530.48
HSL14.37º36.41%38.24%-
HSV(B)14.37º53.38%52.16%-
XYZ13.3410.935.96-
YUV93.21110.39156.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=48.54%
G=28.83%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133796200.410.530.4814.3736.4138.24
Hex854F3E0293530e2426
Octal205117760516560164446
Binary10000101100111111111001010011101011100001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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