#88562C

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

Shades of Rusty Nail #88562C

Tints of Rusty Nail #88562C

Color information

#88562C (or 0x88562C) is unknown color: approx Rusty Nail. HEX triplet: 88, 56 and 2C. RGB value is (136,86,44). Sum of RGB (Red+Green+Blue) = 136+86+44=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88562C is #77A9D3. Grayscale: #606060. Windows color (decimal): -7842260 or 2905736. OLE color: 2905736.

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

Color convert

RGB1368644-
CMYK00.370.680.47
HSL27.39º51.11%35.29%-
HSV(B)27.39º67.65%53.33%-
XYZ13.9412.073.98-
YUV96.1698.56156.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=51.13%
G=32.33%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136864400.370.680.4727.3951.1135.29
Hex88562C025442F1b3323
Octal2101265404510457336343
Binary1000100010101101011000100101100010010111111011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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