#845042

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

Shades of Ironstone #845042

Tints of Ironstone #845042

Color information

#845042 (or 0x845042) is unknown color: approx Ironstone. HEX triplet: 84, 50 and 42. RGB value is (132,80,66). Sum of RGB (Red+Green+Blue) = 132+80+66=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #845042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845042 is #7BAFBD. Grayscale: #5E5E5E. Windows color (decimal): -8105918 or 4345988. OLE color: 4345988.

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

Color convert

RGB1328066-
CMYK00.390.50.48
HSL12.73º33.33%38.82%-
HSV(B)12.73º50%51.76%-
XYZ13.3711.046.58-
YUV93.95112.23155.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=47.48%
G=28.78%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132806600.390.50.4812.7333.3338.82
Hex8450420273230d2127
Octal2041201020476260154147
Binary100001001010000100001001001111100101100001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845042; }

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

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

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

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

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

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

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

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