#845343

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

Shades of Ironstone #845343

Tints of Ironstone #845343

Color information

#845343 (or 0x845343) is unknown color: approx Ironstone. HEX triplet: 84, 53 and 43. RGB value is (132,83,67). Sum of RGB (Red+Green+Blue) = 132+83+67=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #845343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845343 is #7BACBC. Grayscale: #5F5F5F. Windows color (decimal): -8105149 or 4412292. OLE color: 4412292.

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

Color convert

RGB1328367-
CMYK00.370.490.48
HSL14.77º32.66%39.02%-
HSV(B)14.77º49.24%51.76%-
XYZ13.6211.56.81-
YUV95.83111.73153.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 67 (26.56% from 255) = 23.76%
R=46.81%
G=29.43%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132836700.370.490.4814.7732.6639.02
Hex8453430253130f2127
Octal2041231030456160174147
Binary100001001010011100001101001011100011100001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845343; }

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

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

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

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

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

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

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

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