#855D5F

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

Shades of Falcon #855D5F

Tints of Falcon #855D5F

Color information

#855D5F (or 0x855D5F) is unknown color: approx Falcon. HEX triplet: 85, 5D and 5F. RGB value is (133,93,95). Sum of RGB (Red+Green+Blue) = 133+93+95=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D5F is #7AA2A0. Grayscale: #696969. Windows color (decimal): -8037025 or 6249861. OLE color: 6249861.

HSL color Cylindrical-coordinate representation of color #855D5F: hue angle of 357º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D5F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1339395-
CMYK00.300.290.48
HSL357º17.7%44.31%-
HSV(B)357º30.08%52.16%-
XYZ15.6513.6412.63-
YUV105.19122.25147.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=41.43%
G=28.97%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133939500.300.290.4835717.744.31
Hex855D5F01E1D30165122c
Octal20513513703635605452254
Binary10000101101110110111110111101110111000010110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,95); }

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

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

 a { background-color: rgb(133,93,95); }

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

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

 span { border-color: rgb(133,93,95); }

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