#885930

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

Shades of Rusty Nail #885930

Tints of Rusty Nail #885930

Color information

#885930 (or 0x885930) is unknown color: approx Rusty Nail. HEX triplet: 88, 59 and 30. RGB value is (136,89,48). Sum of RGB (Red+Green+Blue) = 136+89+48=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #885930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885930 is #77A6CF. Grayscale: #626262. Windows color (decimal): -7841488 or 3168648. OLE color: 3168648.

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

Color convert

RGB1368948-
CMYK00.350.650.47
HSL27.95º47.83%36.08%-
HSV(B)27.95º64.71%53.33%-
XYZ14.2612.594.48-
YUV98.3899.57154.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=49.82%
G=32.60%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136894800.350.650.4727.9547.8336.08
Hex885930023412F1c3024
Octal2101316004310157346044
Binary1000100010110011100000100011100000110111111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885930; }

 p { color: rgb(136,89,48); }

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

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

 a { background-color: rgb(136,89,48); }

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

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

 span { border-color: rgb(136,89,48); }

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