#885B30

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

Shades of Rusty Nail #885B30

Tints of Rusty Nail #885B30

Color information

#885B30 (or 0x885B30) is unknown color: approx Rusty Nail. HEX triplet: 88, 5B and 30. RGB value is (136,91,48). Sum of RGB (Red+Green+Blue) = 136+91+48=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #885B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B30 is #77A4CF. Grayscale: #636363. Windows color (decimal): -7840976 or 3169160. OLE color: 3169160.

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

Color convert

RGB1369148-
CMYK00.330.650.47
HSL29.32º47.83%36.08%-
HSV(B)29.32º64.71%53.33%-
XYZ14.4312.934.53-
YUV99.5598.91154-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=49.45%
G=33.09%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136914800.330.650.4729.3247.8336.08
Hex885B30021412F1d3024
Octal2101336004110157356044
Binary1000100010110111100000100001100000110111111101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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