#845041

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

Shades of Ironstone #845041

Tints of Ironstone #845041

Color information

#845041 (or 0x845041) is unknown color: approx Ironstone. HEX triplet: 84, 50 and 41. RGB value is (132,80,65). Sum of RGB (Red+Green+Blue) = 132+80+65=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #845041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845041 is #7BAFBE. Grayscale: #5D5D5D. Windows color (decimal): -8105919 or 4280452. OLE color: 4280452.

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

Color convert

RGB1328065-
CMYK00.390.510.48
HSL13.43º34.01%38.63%-
HSV(B)13.43º50.76%51.76%-
XYZ13.3411.026.43-
YUV93.84111.73155.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=47.65%
G=28.88%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132806500.390.510.4813.4334.0138.63
Hex8450410273330d2227
Octal2041201010476360154247
Binary100001001010000100000101001111100111100001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845041; }

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

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

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

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

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

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

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

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