Html Css Color HEX #874640 Matrix

📋 copy color: '#874640'

red 135 ◦ green 70 ◦ blue 64

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

Shades of Matrix #874640

Tints of Matrix #874640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 50.19%
G = 26.02%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#874640 (or 0x874640) is known color: Matrix. HEX triplet: 87, 46 and 40. RGB value is (135,70,64). Sum of RGB (Red+Green+Blue) = 135+70+64=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874640 is #78B9BF. Grayscale: #585858. Windows color (decimal): -7911872 or 4212359. OLE color: 4212359.

HSL color Cylindrical-coordinate representation of color #874640: hue angle of 5.07º 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 #874640 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 64 -
CMYK 0 0.48 0.53 0.47
HSL 5.07º 0.36% 0.39% -
HSV(B) 5.07º 0.53% 0.53% -
XYZ 13.11 9.9 6.07 -
YUV 88.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 135 70 64 0 0.48 0.53 0.47 5.07 0.36 0.39
Hex 87 46 40 0 30 35 2F 5 24 27
Octal 207 106 100 0 60 65 57 5 44 47
Binary 10000111 1000110 1000000 0 110000 110101 101111 101 100100 100111

Color Harmonies of #874640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874640

Black with #874640

Text Example


Text Example

White with #874640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874640; }

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

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

background-color css

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

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

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

border-color css

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

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

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