#845043

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

Shades of Ironstone #845043

Tints of Ironstone #845043

Color information

#845043 (or 0x845043) is unknown color: approx Ironstone. HEX triplet: 84, 50 and 43. RGB value is (132,80,67). Sum of RGB (Red+Green+Blue) = 132+80+67=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #845043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845043 is #7BAFBC. Grayscale: #5E5E5E. Windows color (decimal): -8105917 or 4411524. OLE color: 4411524.

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

Color convert

RGB1328067-
CMYK00.390.490.48
HSL12º32.66%39.02%-
HSV(B)12º49.24%51.76%-
XYZ13.411.056.74-
YUV94.07112.73155.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 67 (26.56% from 255) = 24.01%
R=47.31%
G=28.67%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132806700.390.490.481232.6639.02
Hex8450430273130c2127
Octal2041201030476160144147
Binary100001001010000100001101001111100011100001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845043; }

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

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

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

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

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

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

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

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