#845141

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

Shades of Ironstone #845141

Tints of Ironstone #845141

Color information

#845141 (or 0x845141) is unknown color: approx Ironstone. HEX triplet: 84, 51 and 41. RGB value is (132,81,65). Sum of RGB (Red+Green+Blue) = 132+81+65=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #845141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845141 is #7BAEBE. Grayscale: #5E5E5E. Windows color (decimal): -8105663 or 4280708. OLE color: 4280708.

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

Color convert

RGB1328165-
CMYK00.390.510.48
HSL14.33º34.01%38.63%-
HSV(B)14.33º50.76%51.76%-
XYZ13.4111.176.45-
YUV94.42111.4154.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=47.48%
G=29.14%
B=23.38%

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
Decimal132816500.390.510.4814.3334.0138.63
Hex8451410273330e2227
Octal2041211010476360164247
Binary100001001010001100000101001111100111100001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845141; }

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

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

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

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

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

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

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

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