#886230

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

Shades of Rusty Nail #886230

Tints of Rusty Nail #886230

Color information

#886230 (or 0x886230) is unknown color: approx Rusty Nail. HEX triplet: 88, 62 and 30. RGB value is (136,98,48). Sum of RGB (Red+Green+Blue) = 136+98+48=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #886230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886230 is #779DCF. Grayscale: #676767. Windows color (decimal): -7839184 or 3170952. OLE color: 3170952.

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

Color convert

RGB1369848-
CMYK00.280.650.47
HSL34.09º47.83%36.08%-
HSV(B)34.09º64.71%53.33%-
XYZ15.0514.184.74-
YUV103.6696.59151.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=48.23%
G=34.75%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136984800.280.650.4734.0947.8336.08
Hex88623001C412F223024
Octal2101426003410157426044
Binary1000100011000101100000111001000001101111100010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886230; }

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

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

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

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

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

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

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

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