#845344

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

Shades of Ironstone #845344

Tints of Ironstone #845344

Color information

#845344 (or 0x845344) is unknown color: approx Ironstone. HEX triplet: 84, 53 and 44. RGB value is (132,83,68). Sum of RGB (Red+Green+Blue) = 132+83+68=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #845344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845344 is #7BACBB. Grayscale: #606060. Windows color (decimal): -8105148 or 4477828. OLE color: 4477828.

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

Color convert

RGB1328368-
CMYK00.370.480.48
HSL14.06º32%39.22%-
HSV(B)14.06º48.48%51.76%-
XYZ13.6511.516.97-
YUV95.94112.23153.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=46.64%
G=29.33%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132836800.370.480.4814.063239.22
Hex8453440253030e2027
Octal2041231040456060164047
Binary100001001010011100010001001011100001100001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845344; }

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

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

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

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

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

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

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

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