#845341

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

Shades of Ironstone #845341

Tints of Ironstone #845341

Color information

#845341 (or 0x845341) is unknown color: approx Ironstone. HEX triplet: 84, 53 and 41. RGB value is (132,83,65). Sum of RGB (Red+Green+Blue) = 132+83+65=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845341 is #7BACBE. Grayscale: #5F5F5F. Windows color (decimal): -8105151 or 4281220. OLE color: 4281220.

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

Color convert

RGB1328365-
CMYK00.370.510.48
HSL16.12º34.01%38.63%-
HSV(B)16.12º50.76%51.76%-
XYZ13.5611.476.5-
YUV95.6110.73153.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=47.14%
G=29.64%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132836500.370.510.4816.1234.0138.63
Hex8453410253330102227
Octal2041231010456360204247
Binary1000010010100111000001010010111001111000010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845341; }

 p { color: rgb(132,83,65); }

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

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

 a { background-color: rgb(132,83,65); }

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

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

 span { border-color: rgb(132,83,65); }

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