Html Css Color HEX #875C5D Falcon

📋 copy color: '#875C5D'

red 135 ◦ green 92 ◦ blue 93

#875C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #875C5D

Tints of Falcon #875C5D

RGB

 RED value IS 135 (53.13% from 255) = 42.19%

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 42.19%
G = 28.75%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#875C5D (or 0x875C5D) is known color: Falcon. HEX triplet: 87, 5C and 5D. RGB value is (135,92,93). Sum of RGB (Red+Green+Blue) = 135+92+93=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C5D is #78A3A2. Grayscale: #696969. Windows color (decimal): -7906211 or 6118535. OLE color: 6118535.

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

Color convert

RGB 135 92 93 -
CMYK 0 0.32 0.31 0.47
HSL 358.6º 0.19% 0.45% -
HSV(B) 358.6º 0.32% 0.53% -
XYZ 15.79 13.6 12.15 -
YUV 104.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 135 92 93 0 0.32 0.31 0.47 358.6 0.19 0.45
Hex 87 5C 5D 0 20 1F 2F 167 13 2D
Octal 207 134 135 0 40 37 57 547 23 55
Binary 10000111 1011100 1011101 0 100000 11111 101111 101100111 10011 101101

Color Harmonies of #875C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C5D

Black with #875C5D

Text Example


Text Example

White with #875C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #875C5D;
 }
 .AnyTagClassName
 {
   color: #875C5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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