#845142

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

Shades of Ironstone #845142

Tints of Ironstone #845142

Color information

#845142 (or 0x845142) is unknown color: approx Ironstone. HEX triplet: 84, 51 and 42. RGB value is (132,81,66). Sum of RGB (Red+Green+Blue) = 132+81+66=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #845142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845142 is #7BAEBD. Grayscale: #5E5E5E. Windows color (decimal): -8105662 or 4346244. OLE color: 4346244.

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

Color convert

RGB1328166-
CMYK00.390.50.48
HSL13.64º33.33%38.82%-
HSV(B)13.64º50%51.76%-
XYZ13.4411.186.6-
YUV94.54111.9154.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=47.31%
G=29.03%
B=23.66%

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
Decimal132816600.390.50.4813.6433.3338.82
Hex8451420273230e2127
Octal2041211020476260164147
Binary100001001010001100001001001111100101100001110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845142; }

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

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

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

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

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

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

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

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