Html Css Color HEX #874340 Matrix

📋 copy color: '#874340'

red 135 ◦ green 67 ◦ blue 64

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

Shades of Matrix #874340

Tints of Matrix #874340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 50.75%
G = 25.19%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#874340 (or 0x874340) is known color: Matrix. HEX triplet: 87, 43 and 40. RGB value is (135,67,64). Sum of RGB (Red+Green+Blue) = 135+67+64=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #874340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874340 is #78BCBF. Grayscale: #575757. Windows color (decimal): -7912640 or 4211591. OLE color: 4211591.

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

Color convert

RGB 135 67 64 -
CMYK 0 0.50 0.53 0.47
HSL 2.54º 0.36% 0.39% -
HSV(B) 2.54º 0.53% 0.53% -
XYZ 12.92 9.54 6.01 -
YUV 86.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 135 67 64 0 0.50 0.53 0.47 2.54 0.36 0.39
Hex 87 43 40 0 32 35 2F 3 24 27
Octal 207 103 100 0 62 65 57 3 44 47
Binary 10000111 1000011 1000000 0 110010 110101 101111 11 100100 100111

Color Harmonies of #874340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874340

Black with #874340

Text Example


Text Example

White with #874340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874340; }

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

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

background-color css

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

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

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

border-color css

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

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

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