#845546

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

Shades of Ironstone #845546

Tints of Ironstone #845546

Color information

#845546 (or 0x845546) is unknown color: approx Ironstone. HEX triplet: 84, 55 and 46. RGB value is (132,85,70). Sum of RGB (Red+Green+Blue) = 132+85+70=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845546 is #7BAAB9. Grayscale: #616161. Windows color (decimal): -8104634 or 4609412. OLE color: 4609412.

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

Color convert

RGB1328570-
CMYK00.360.470.48
HSL14.52º30.69%39.61%-
HSV(B)14.52º46.97%51.76%-
XYZ13.8711.847.35-
YUV97.34112.57152.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=45.99%
G=29.62%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132857000.360.470.4814.5230.6939.61
Hex8455460242F30f1f28
Octal2041251060445760173750
Binary10000100101010110001100100100101111110000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845546; }

 p { color: rgb(132,85,70); }

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

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

 a { background-color: rgb(132,85,70); }

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

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

 span { border-color: rgb(132,85,70); }

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