#875E5F

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

Shades of Falcon #875E5F

Tints of Falcon #875E5F

Color information

#875E5F (or 0x875E5F) is unknown color: approx Falcon. HEX triplet: 87, 5E and 5F. RGB value is (135,94,95). Sum of RGB (Red+Green+Blue) = 135+94+95=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #875E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E5F is #78A1A0. Grayscale: #6A6A6A. Windows color (decimal): -7905697 or 6250119. OLE color: 6250119.

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

Color convert

RGB1359495-
CMYK00.300.300.47
HSL358.54º17.9%44.9%-
HSV(B)358.54º30.37%52.94%-
XYZ16.0613.9812.68-
YUV106.37121.58148.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=41.67%
G=29.01%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135949500.300.300.47358.5417.944.9
Hex875E5F01E1E2F167122d
Octal20713613703636575472255
Binary10000111101111010111110111101111010111110110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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