#855E2F

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

Shades of Rusty Nail #855E2F

Tints of Rusty Nail #855E2F

Color information

#855E2F (or 0x855E2F) is unknown color: approx Rusty Nail. HEX triplet: 85, 5E and 2F. RGB value is (133,94,47). Sum of RGB (Red+Green+Blue) = 133+94+47=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E2F is #7AA1D0. Grayscale: #646464. Windows color (decimal): -8036817 or 3104389. OLE color: 3104389.

HSL color Cylindrical-coordinate representation of color #855E2F: hue angle of 32.79º 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 #855E2F is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1339447-
CMYK00.290.650.48
HSL32.79º47.78%35.29%-
HSV(B)32.79º64.66%52.16%-
XYZ14.1913.24.49-
YUV100.397.92151.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=48.54%
G=34.31%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133944700.290.650.4832.7947.7835.29
Hex855E2F01D4130213023
Octal2051365703510160416043
Binary1000010110111101011110111011000001110000100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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