#854D3D

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

Shades of Ironstone #854D3D

Tints of Ironstone #854D3D

Color information

#854D3D (or 0x854D3D) is unknown color: approx Ironstone. HEX triplet: 85, 4D and 3D. RGB value is (133,77,61). Sum of RGB (Red+Green+Blue) = 133+77+61=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D3D is #7AB2C2. Grayscale: #5C5C5C. Windows color (decimal): -8041155 or 4017541. OLE color: 4017541.

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

Color convert

RGB1337761-
CMYK00.420.540.48
HSL13.33º37.11%38.04%-
HSV(B)13.33º54.14%52.16%-
XYZ13.1710.635.77-
YUV91.92110.55157.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=49.08%
G=28.41%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133776100.420.540.4813.3337.1138.04
Hex854D3D02A3630d2526
Octal205115750526660154546
Binary10000101100110111110101010101101101100001101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,61); }

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

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

 a { background-color: rgb(133,77,61); }

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

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

 span { border-color: rgb(133,77,61); }

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