Html Css Color HEX #874740 Matrix

📋 copy color: '#874740'

red 135 ◦ green 71 ◦ blue 64

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

Shades of Matrix #874740

Tints of Matrix #874740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 50%
G = 26.3%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#874740 (or 0x874740) is known color: Matrix. HEX triplet: 87, 47 and 40. RGB value is (135,71,64). Sum of RGB (Red+Green+Blue) = 135+71+64=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874740 is #78B8BF. Grayscale: #595959. Windows color (decimal): -7911616 or 4212615. OLE color: 4212615.

HSL color Cylindrical-coordinate representation of color #874740: hue angle of 5.92º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874740 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 64 -
CMYK 0 0.47 0.53 0.47
HSL 5.92º 0.36% 0.39% -
HSV(B) 5.92º 0.53% 0.53% -
XYZ 13.17 10.03 6.09 -
YUV 89.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 135 71 64 0 0.47 0.53 0.47 5.92 0.36 0.39
Hex 87 47 40 0 2F 35 2F 6 24 27
Octal 207 107 100 0 57 65 57 6 44 47
Binary 10000111 1000111 1000000 0 101111 110101 101111 110 100100 100111

Color Harmonies of #874740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874740

Black with #874740

Text Example


Text Example

White with #874740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874740; }

 p { color: rgb(135,71,64); }

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

background-color css

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

 a { background-color: rgb(135,71,64); }

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

border-color css

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

 span { border-color: rgb(135,71,64); }

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