#885F29

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

Shades of Rusty Nail #885F29

Tints of Rusty Nail #885F29

Color information

#885F29 (or 0x885F29) is unknown color: approx Rusty Nail. HEX triplet: 88, 5F and 29. RGB value is (136,95,41). Sum of RGB (Red+Green+Blue) = 136+95+41=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #885F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F29 is #77A0D6. Grayscale: #656565. Windows color (decimal): -7839959 or 2711432. OLE color: 2711432.

HSL color Cylindrical-coordinate representation of color #885F29: hue angle of 34.11º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #885F29 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1369541-
CMYK00.300.700.47
HSL34.11º53.67%34.71%-
HSV(B)34.11º69.85%53.33%-
XYZ14.6513.583.95-
YUV101.194.08152.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=50%
G=34.93%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136954100.300.700.4734.1153.6734.71
Hex885F2901E462F223623
Octal2101375103610657426643
Binary1000100010111111010010111101000110101111100010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885F29; }

 p { color: rgb(136,95,41); }

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

<style>
 a { background-color: #885F29; }

 a { background-color: rgb(136,95,41); }

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

<style>
 span { border-color: #885F29; }

 span { border-color: rgb(136,95,41); }

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