#886530

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

Shades of Rusty Nail #886530

Tints of Rusty Nail #886530

Color information

#886530 (or 0x886530) is unknown color: approx Rusty Nail. HEX triplet: 88, 65 and 30. RGB value is (136,101,48). Sum of RGB (Red+Green+Blue) = 136+101+48=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #886530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886530 is #779ACF. Grayscale: #696969. Windows color (decimal): -7838416 or 3171720. OLE color: 3171720.

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

Color convert

RGB13610148-
CMYK00.260.650.47
HSL36.14º47.83%36.08%-
HSV(B)36.14º64.71%53.33%-
XYZ15.3414.764.84-
YUV105.4295.6149.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=47.72%
G=35.44%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361014800.260.650.4736.1447.8336.08
Hex88653001A412F243024
Octal2101456003210157446044
Binary1000100011001011100000110101000001101111100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886530; }

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

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

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

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

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

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

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

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