Html Css Color HEX #875D5E Falcon

📋 copy color: '#875D5E'

red 135 ◦ green 93 ◦ blue 94

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

Shades of Falcon #875D5E

Tints of Falcon #875D5E

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#875D5E (or 0x875D5E) is known color: 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

RGB 135 93 94 -
CMYK 0 0.31 0.30 0.47
HSL 358.57º 0.18% 0.45% -
HSV(B) 358.57º 0.31% 0.53% -
XYZ 15.93 13.79 12.41 -
YUV 105.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 135 93 94 0 0.31 0.30 0.47 358.57 0.18 0.45
Hex 87 5D 5E 0 1F 1E 2F 167 12 2D
Octal 207 135 136 0 37 36 57 547 22 55
Binary 10000111 1011101 1011110 0 11111 11110 101111 101100111 10010 101101

Color Harmonies of #875D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D5E

Black with #875D5E

Text Example


Text Example

White with #875D5E

Text Example


Text Example

HTML Codes & Css Web 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>