#845649

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

Shades of Ironstone #845649

Tints of Ironstone #845649

Color information

#845649 (or 0x845649) is unknown color: approx Ironstone. HEX triplet: 84, 56 and 49. RGB value is (132,86,73). Sum of RGB (Red+Green+Blue) = 132+86+73=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #845649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845649 is #7BA9B6. Grayscale: #626262. Windows color (decimal): -8104375 or 4806276. OLE color: 4806276.

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

Color convert

RGB1328673-
CMYK00.350.450.48
HSL13.22º28.78%40.2%-
HSV(B)13.22º44.7%51.76%-
XYZ14.0512.047.89-
YUV98.27113.74152.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=45.36%
G=29.55%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132867300.350.450.4813.2228.7840.2
Hex8456490232D30d1d28
Octal2041261110435560153550
Binary10000100101011010010010100011101101110000110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845649; }

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

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

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

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

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

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

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

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