#886430

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

Shades of Rusty Nail #886430

Tints of Rusty Nail #886430

Color information

#886430 (or 0x886430) is unknown color: approx Rusty Nail. HEX triplet: 88, 64 and 30. RGB value is (136,100,48). Sum of RGB (Red+Green+Blue) = 136+100+48=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #886430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886430 is #779BCF. Grayscale: #696969. Windows color (decimal): -7838672 or 3171464. OLE color: 3171464.

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

Color convert

RGB13610048-
CMYK00.260.650.47
HSL35.45º47.83%36.08%-
HSV(B)35.45º64.71%53.33%-
XYZ15.2414.564.8-
YUV104.8495.93150.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=47.89%
G=35.21%
B=16.90%

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
Decimal1361004800.260.650.4735.4547.8336.08
Hex88643001A412F233024
Octal2101446003210157436044
Binary1000100011001001100000110101000001101111100011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886430; }

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

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

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

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

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

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

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

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