#885D32

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

Shades of Rusty Nail #885D32

Tints of Rusty Nail #885D32

Color information

#885D32 (or 0x885D32) is unknown color: approx Rusty Nail. HEX triplet: 88, 5D and 32. RGB value is (136,93,50). Sum of RGB (Red+Green+Blue) = 136+93+50=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #885D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D32 is #77A2CD. Grayscale: #656565. Windows color (decimal): -7840462 or 3300744. OLE color: 3300744.

HSL color Cylindrical-coordinate representation of color #885D32: hue angle of 30º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885D32 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1369350-
CMYK00.320.630.47
HSL30º46.24%36.47%-
HSV(B)30º63.24%53.33%-
XYZ14.6413.294.81-
YUV100.9699.25153-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=48.75%
G=33.33%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136935000.320.630.473046.2436.47
Hex885D320203F2F1e2e24
Octal210135620407757365644
Binary100010001011101110010010000011111110111111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885D32; }

 p { color: rgb(136,93,50); }

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

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

 a { background-color: rgb(136,93,50); }

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

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

 span { border-color: rgb(136,93,50); }

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