#855644

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

Shades of Ironstone #855644

Tints of Ironstone #855644

Color information

#855644 (or 0x855644) is unknown color: approx Ironstone. HEX triplet: 85, 56 and 44. RGB value is (133,86,68). Sum of RGB (Red+Green+Blue) = 133+86+68=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855644 is #7AA9BB. Grayscale: #626262. Windows color (decimal): -8038844 or 4478597. OLE color: 4478597.

HSL color Cylindrical-coordinate representation of color #855644: hue angle of 16.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855644 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1338668-
CMYK00.350.490.48
HSL16.62º32.34%39.41%-
HSV(B)16.62º48.87%52.16%-
XYZ14.0412.067.06-
YUV98111.07152.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=46.34%
G=29.97%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133866800.350.490.4816.6232.3439.41
Hex8556440233130112027
Octal2051261040436160214047
Binary1000010110101101000100010001111000111000010001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855644; }

 p { color: rgb(133,86,68); }

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

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

 a { background-color: rgb(133,86,68); }

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

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

 span { border-color: rgb(133,86,68); }

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