#88572C

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

Shades of Rusty Nail #88572C

Tints of Rusty Nail #88572C

Color information

#88572C (or 0x88572C) is unknown color: approx Rusty Nail. HEX triplet: 88, 57 and 2C. RGB value is (136,87,44). Sum of RGB (Red+Green+Blue) = 136+87+44=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #88572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88572C is #77A8D3. Grayscale: #606060. Windows color (decimal): -7842004 or 2905992. OLE color: 2905992.

HSL color Cylindrical-coordinate representation of color #88572C: hue angle of 28.04º 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 #88572C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1368744-
CMYK00.360.680.47
HSL28.04º51.11%35.29%-
HSV(B)28.04º67.65%53.33%-
XYZ14.0212.234.01-
YUV96.7598.23156-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=50.94%
G=32.58%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136874400.360.680.4728.0451.1135.29
Hex88572C024442F1c3323
Octal2101275404410457346343
Binary1000100010101111011000100100100010010111111100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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