#855445

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

Shades of Ironstone #855445

Tints of Ironstone #855445

Color information

#855445 (or 0x855445) is unknown color: approx Ironstone. HEX triplet: 85, 54 and 45. RGB value is (133,84,69). Sum of RGB (Red+Green+Blue) = 133+84+69=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855445 is #7AABBA. Grayscale: #616161. Windows color (decimal): -8039355 or 4543621. OLE color: 4543621.

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

Color convert

RGB1338469-
CMYK00.370.480.48
HSL14.06º31.68%39.61%-
HSV(B)14.06º48.12%52.16%-
XYZ13.9211.767.17-
YUV96.94112.23153.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=46.50%
G=29.37%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133846900.370.480.4814.0631.6839.61
Hex8554450253030e2028
Octal2051241050456060164050
Binary100001011010100100010101001011100001100001110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855445; }

 p { color: rgb(133,84,69); }

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

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

 a { background-color: rgb(133,84,69); }

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

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

 span { border-color: rgb(133,84,69); }

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