#855C5E

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

Shades of Falcon #855C5E

Tints of Falcon #855C5E

Color information

#855C5E (or 0x855C5E) is unknown color: approx Falcon. HEX triplet: 85, 5C and 5E. RGB value is (133,92,94). Sum of RGB (Red+Green+Blue) = 133+92+94=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C5E is #7AA3A1. Grayscale: #686868. Windows color (decimal): -8037282 or 6184069. OLE color: 6184069.

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

Color convert

RGB1339294-
CMYK00.310.290.48
HSL357.07º18.22%44.12%-
HSV(B)357.07º30.83%52.16%-
XYZ15.5213.4512.37-
YUV104.49122.08148.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=41.69%
G=28.84%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133929400.310.290.48357.0718.2244.12
Hex855C5E01F1D30165122c
Octal20513413603735605452254
Binary10000101101110010111100111111110111000010110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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