#845846

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

Shades of Ironstone #845846

Tints of Ironstone #845846

Color information

#845846 (or 0x845846) is unknown color: approx Ironstone. HEX triplet: 84, 58 and 46. RGB value is (132,88,70). Sum of RGB (Red+Green+Blue) = 132+88+70=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #845846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845846 is #7BA7B9. Grayscale: #636363. Windows color (decimal): -8103866 or 4610180. OLE color: 4610180.

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

Color convert

RGB1328870-
CMYK00.330.470.48
HSL17.42º30.69%39.61%-
HSV(B)17.42º46.97%51.76%-
XYZ14.1112.337.43-
YUV99.1111.58151.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=45.52%
G=30.34%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132887000.330.470.4817.4230.6939.61
Hex8458460212F30111f28
Octal2041301060415760213750
Binary100001001011000100011001000011011111100001000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845846; }

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

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

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

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

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

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

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

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