#855B2F

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

Shades of Rusty Nail #855B2F

Tints of Rusty Nail #855B2F

Color information

#855B2F (or 0x855B2F) is unknown color: approx Rusty Nail. HEX triplet: 85, 5B and 2F. RGB value is (133,91,47). Sum of RGB (Red+Green+Blue) = 133+91+47=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B2F is #7AA4D0. Grayscale: #626262. Windows color (decimal): -8037585 or 3103621. OLE color: 3103621.

HSL color Cylindrical-coordinate representation of color #855B2F: hue angle of 30.7º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #855B2F is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1339147-
CMYK00.320.650.48
HSL30.7º47.78%35.29%-
HSV(B)30.7º64.66%52.16%-
XYZ13.9312.674.4-
YUV98.5498.91152.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=49.08%
G=33.58%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133914700.320.650.4830.747.7835.29
Hex855B2F02041301f3023
Octal2051335704010160376043
Binary1000010110110111011110100000100000111000011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B2F; }

 p { color: rgb(133,91,47); }

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

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

 a { background-color: rgb(133,91,47); }

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

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

 span { border-color: rgb(133,91,47); }

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