#886029

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

Shades of Rusty Nail #886029

Tints of Rusty Nail #886029

Color information

#886029 (or 0x886029) is unknown color: approx Rusty Nail. HEX triplet: 88, 60 and 29. RGB value is (136,96,41). Sum of RGB (Red+Green+Blue) = 136+96+41=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #886029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886029 is #779FD6. Grayscale: #656565. Windows color (decimal): -7839703 or 2711688. OLE color: 2711688.

HSL color Cylindrical-coordinate representation of color #886029: hue angle of 34.74º 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 #886029 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1369641-
CMYK00.290.700.47
HSL34.74º53.67%34.71%-
HSV(B)34.74º69.85%53.33%-
XYZ14.7413.763.98-
YUV101.6993.75152.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=49.82%
G=35.16%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136964100.290.700.4734.7453.6734.71
Hex88602901D462F233623
Octal2101405103510657436643
Binary1000100011000001010010111011000110101111100011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886029; }

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

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

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

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

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

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

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

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