#855748

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

Shades of Ironstone #855748

Tints of Ironstone #855748

Color information

#855748 (or 0x855748) is unknown color: approx Ironstone. HEX triplet: 85, 57 and 48. RGB value is (133,87,72). Sum of RGB (Red+Green+Blue) = 133+87+72=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #855748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855748 is #7AA8B7. Grayscale: #636363. Windows color (decimal): -8038584 or 4740997. OLE color: 4740997.

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

Color convert

RGB1338772-
CMYK00.350.460.48
HSL14.75º29.76%40.2%-
HSV(B)14.75º45.86%52.16%-
XYZ14.2512.277.75-
YUV99.04112.74152.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=45.55%
G=29.79%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133877200.350.460.4814.7529.7640.2
Hex8557480232E30f1e28
Octal2051271100435660173650
Binary10000101101011110010000100011101110110000111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855748; }

 p { color: rgb(133,87,72); }

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

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

 a { background-color: rgb(133,87,72); }

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

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

 span { border-color: rgb(133,87,72); }

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