#845445

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

Shades of Ironstone #845445

Tints of Ironstone #845445

Color information

#845445 (or 0x845445) is unknown color: approx Ironstone. HEX triplet: 84, 54 and 45. RGB value is (132,84,69). Sum of RGB (Red+Green+Blue) = 132+84+69=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845445 is #7BABBA. Grayscale: #606060. Windows color (decimal): -8104891 or 4543620. OLE color: 4543620.

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

Color convert

RGB1328469-
CMYK00.360.480.48
HSL14.29º31.34%39.41%-
HSV(B)14.29º47.73%51.76%-
XYZ13.7611.687.16-
YUV96.64112.4153.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=46.32%
G=29.47%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132846900.360.480.4814.2931.3439.41
Hex8454450243030e1f27
Octal2041241050446060163747
Binary10000100101010010001010100100110000110000111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845445; }

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

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

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

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

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

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

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

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