#845045

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

Shades of Ironstone #845045

Tints of Ironstone #845045

Color information

#845045 (or 0x845045) is unknown color: approx Ironstone. HEX triplet: 84, 50 and 45. RGB value is (132,80,69). Sum of RGB (Red+Green+Blue) = 132+80+69=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #845045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845045 is #7BAFBA. Grayscale: #5E5E5E. Windows color (decimal): -8105915 or 4542596. OLE color: 4542596.

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

Color convert

RGB1328069-
CMYK00.390.480.48
HSL10.48º31.34%39.41%-
HSV(B)10.48º47.73%51.76%-
XYZ13.4611.077.06-
YUV94.29113.73154.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=46.98%
G=28.47%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132806900.390.480.4810.4831.3439.41
Hex8450450273030a1f27
Octal2041201050476060123747
Binary10000100101000010001010100111110000110000101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845045; }

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

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

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

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

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

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

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

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