#845646

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

Shades of Ironstone #845646

Tints of Ironstone #845646

Color information

#845646 (or 0x845646) is unknown color: approx Ironstone. HEX triplet: 84, 56 and 46. RGB value is (132,86,70). Sum of RGB (Red+Green+Blue) = 132+86+70=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #845646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845646 is #7BA9B9. Grayscale: #626262. Windows color (decimal): -8104378 or 4609668. OLE color: 4609668.

HSL color Cylindrical-coordinate representation of color #845646: hue angle of 15.48º 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 #845646 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1328670-
CMYK00.350.470.48
HSL15.48º30.69%39.61%-
HSV(B)15.48º46.97%51.76%-
XYZ13.95127.38-
YUV97.93112.24152.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=45.83%
G=29.86%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132867000.350.470.4815.4830.6939.61
Hex8456460232F30f1f28
Octal2041261060435760173750
Binary10000100101011010001100100011101111110000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845646; }

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

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

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

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

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

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

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

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