#88592C

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

Shades of Rusty Nail #88592C

Tints of Rusty Nail #88592C

Color information

#88592C (or 0x88592C) is unknown color: approx Rusty Nail. HEX triplet: 88, 59 and 2C. RGB value is (136,89,44). Sum of RGB (Red+Green+Blue) = 136+89+44=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88592C is #77A6D3. Grayscale: #626262. Windows color (decimal): -7841492 or 2906504. OLE color: 2906504.

HSL color Cylindrical-coordinate representation of color #88592C: hue angle of 29.35º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88592C is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1368944-
CMYK00.350.680.47
HSL29.35º51.11%35.29%-
HSV(B)29.35º67.65%53.33%-
XYZ14.1812.564.06-
YUV97.9297.57155.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=50.56%
G=33.09%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136894400.350.680.4729.3551.1135.29
Hex88592C023442F1d3323
Octal2101315404310457356343
Binary1000100010110011011000100011100010010111111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,89,44); }

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

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

 a { background-color: rgb(136,89,44); }

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

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

 span { border-color: rgb(136,89,44); }

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