#855831

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

Shades of Rusty Nail #855831

Tints of Rusty Nail #855831

Color information

#855831 (or 0x855831) is unknown color: approx Rusty Nail. HEX triplet: 85, 58 and 31. RGB value is (133,88,49). Sum of RGB (Red+Green+Blue) = 133+88+49=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855831 is #7AA7CE. Grayscale: #616161. Windows color (decimal): -8038351 or 3233925. OLE color: 3233925.

HSL color Cylindrical-coordinate representation of color #855831: hue angle of 27.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855831 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1338849-
CMYK00.340.630.48
HSL27.86º46.15%35.69%-
HSV(B)27.86º63.16%52.16%-
XYZ13.7212.194.54-
YUV97.01100.91153.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=49.26%
G=32.59%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133884900.340.630.4827.8646.1535.69
Hex8558310223F301c2e24
Octal205130610427760345644
Binary100001011011000110001010001011111111000011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855831; }

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

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

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

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

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

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

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

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