#875D5E

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

Shades of Falcon #875D5E

Tints of Falcon #875D5E

Color information

#875D5E (or 0x875D5E) is unknown color: approx Falcon. HEX triplet: 87, 5D and 5E. RGB value is (135,93,94). Sum of RGB (Red+Green+Blue) = 135+93+94=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #875D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D5E is #78A2A1. Grayscale: #696969. Windows color (decimal): -7905954 or 6184327. OLE color: 6184327.

HSL color Cylindrical-coordinate representation of color #875D5E: hue angle of 358.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875D5E is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1359394-
CMYK00.310.300.47
HSL358.57º18.42%44.71%-
HSV(B)358.57º31.11%52.94%-
XYZ15.9313.7912.41-
YUV105.67121.41148.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=41.93%
G=28.88%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135939400.310.300.47358.5718.4244.71
Hex875D5E01F1E2F167122d
Octal20713513603736575472255
Binary10000111101110110111100111111111010111110110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875D5E; }

 p { color: rgb(135,93,94); }

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

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

 a { background-color: rgb(135,93,94); }

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

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

 span { border-color: rgb(135,93,94); }

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