#886228

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

Shades of Rusty Nail #886228

Tints of Rusty Nail #886228

Color information

#886228 (or 0x886228) is unknown color: approx Rusty Nail. HEX triplet: 88, 62 and 28. RGB value is (136,98,40). Sum of RGB (Red+Green+Blue) = 136+98+40=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #886228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886228 is #779DD7. Grayscale: #676767. Windows color (decimal): -7839192 or 2646664. OLE color: 2646664.

HSL color Cylindrical-coordinate representation of color #886228: hue angle of 36.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #886228 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1369840-
CMYK00.280.710.47
HSL36.25º54.55%34.51%-
HSV(B)36.25º70.59%53.33%-
XYZ14.914.123.95-
YUV102.7592.59151.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=49.64%
G=35.77%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136984000.280.710.4736.2554.5534.51
Hex88622801C472F243723
Octal2101425003410757446743
Binary1000100011000101010000111001000111101111100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886228; }

 p { color: rgb(136,98,40); }

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

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

 a { background-color: rgb(136,98,40); }

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

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

 span { border-color: rgb(136,98,40); }

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