#845348

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

Shades of Ironstone #845348

Tints of Ironstone #845348

Color information

#845348 (or 0x845348) is unknown color: approx Ironstone. HEX triplet: 84, 53 and 48. RGB value is (132,83,72). Sum of RGB (Red+Green+Blue) = 132+83+72=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845348 is #7BACB7. Grayscale: #606060. Windows color (decimal): -8105144 or 4739972. OLE color: 4739972.

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

Color convert

RGB1328372-
CMYK00.370.450.48
HSL11º29.41%40%-
HSV(B)11º45.45%51.76%-
XYZ13.7811.567.64-
YUV96.4114.23153.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=45.99%
G=28.92%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132837200.370.450.481129.4140
Hex8453480252D30b1d28
Octal2041231100455560133550
Binary10000100101001110010000100101101101110000101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845348; }

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

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

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

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

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

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

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

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