#886130

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

Shades of Rusty Nail #886130

Tints of Rusty Nail #886130

Color information

#886130 (or 0x886130) is unknown color: approx Rusty Nail. HEX triplet: 88, 61 and 30. RGB value is (136,97,48). Sum of RGB (Red+Green+Blue) = 136+97+48=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #886130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886130 is #779ECF. Grayscale: #676767. Windows color (decimal): -7839440 or 3170696. OLE color: 3170696.

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

Color convert

RGB1369748-
CMYK00.290.650.47
HSL33.41º47.83%36.08%-
HSV(B)33.41º64.71%53.33%-
XYZ14.96144.71-
YUV103.0896.92151.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=48.40%
G=34.52%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136974800.290.650.4733.4147.8336.08
Hex88613001D412F213024
Octal2101416003510157416044
Binary1000100011000011100000111011000001101111100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886130; }

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

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

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

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

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

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

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

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