Html Css Color HEX #875C5E Falcon

📋 copy color: '#875C5E'

red 135 ◦ green 92 ◦ blue 94

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

Shades of Falcon #875C5E

Tints of Falcon #875C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 42.06%
G = 28.66%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#875C5E (or 0x875C5E) is known color: Falcon. HEX triplet: 87, 5C and 5E. RGB value is (135,92,94). Sum of RGB (Red+Green+Blue) = 135+92+94=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C5E is #78A3A1. Grayscale: #696969. Windows color (decimal): -7906210 or 6184071. OLE color: 6184071.

HSL color Cylindrical-coordinate representation of color #875C5E: hue angle of 357.21º 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 #875C5E is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 94 -
CMYK 0 0.32 0.30 0.47
HSL 357.21º 0.19% 0.45% -
HSV(B) 357.21º 0.32% 0.53% -
XYZ 15.84 13.61 12.38 -
YUV 105.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 135 92 94 0 0.32 0.30 0.47 357.21 0.19 0.45
Hex 87 5C 5E 0 20 1E 2F 165 13 2D
Octal 207 134 136 0 40 36 57 545 23 55
Binary 10000111 1011100 1011110 0 100000 11110 101111 101100101 10011 101101

Color Harmonies of #875C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C5E

Black with #875C5E

Text Example


Text Example

White with #875C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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