#885831

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

Shades of Rusty Nail #885831

Tints of Rusty Nail #885831

Color information

#885831 (or 0x885831) is unknown color: approx Rusty Nail. HEX triplet: 88, 58 and 31. RGB value is (136,88,49). Sum of RGB (Red+Green+Blue) = 136+88+49=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #885831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885831 is #77A7CE. Grayscale: #626262. Windows color (decimal): -7841743 or 3233928. OLE color: 3233928.

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

Color convert

RGB1368849-
CMYK00.350.640.47
HSL26.9º47.03%36.27%-
HSV(B)26.9º63.97%53.33%-
XYZ14.212.444.56-
YUV97.91100.4155.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=49.82%
G=32.23%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136884900.350.640.4726.947.0336.27
Hex885831023402F1b2f24
Octal2101306104310057335744
Binary1000100010110001100010100011100000010111111011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885831; }

 p { color: rgb(136,88,49); }

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

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

 a { background-color: rgb(136,88,49); }

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

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

 span { border-color: rgb(136,88,49); }

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