#88582C

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

Shades of Rusty Nail #88582C

Tints of Rusty Nail #88582C

Color information

#88582C (or 0x88582C) is unknown color: approx Rusty Nail. HEX triplet: 88, 58 and 2C. RGB value is (136,88,44). Sum of RGB (Red+Green+Blue) = 136+88+44=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88582C is #77A7D3. Grayscale: #616161. Windows color (decimal): -7841748 or 2906248. OLE color: 2906248.

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

Color convert

RGB1368844-
CMYK00.350.680.47
HSL28.7º51.11%35.29%-
HSV(B)28.7º67.65%53.33%-
XYZ14.112.44.03-
YUV97.3497.9155.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=50.75%
G=32.84%
B=16.42%

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
Decimal136884400.350.680.4728.751.1135.29
Hex88582C023442F1d3323
Octal2101305404310457356343
Binary1000100010110001011000100011100010010111111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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