#89513C

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

Shades of Ironstone #89513C

Tints of Ironstone #89513C

Color information

#89513C (or 0x89513C) is unknown color: approx Ironstone. HEX triplet: 89, 51 and 3C. RGB value is (137,81,60). Sum of RGB (Red+Green+Blue) = 137+81+60=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89513C is #76AEC3. Grayscale: #5F5F5F. Windows color (decimal): -7777988 or 3953033. OLE color: 3953033.

HSL color Cylindrical-coordinate representation of color #89513C: hue angle of 16.36º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89513C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1378160-
CMYK00.410.560.46
HSL16.36º39.09%38.63%-
HSV(B)16.36º56.2%53.73%-
XYZ14.0711.535.76-
YUV95.35108.05157.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=49.28%
G=29.14%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137816000.410.560.4616.3639.0938.63
Hex89513C029382E102727
Octal211121740517056204747
Binary100010011010001111100010100111100010111010000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89513C; }

 p { color: rgb(137,81,60); }

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

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

 a { background-color: rgb(137,81,60); }

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

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

 span { border-color: rgb(137,81,60); }

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