Html Css Color HEX #874840 Matrix

📋 copy color: '#874840'

red 135 ◦ green 72 ◦ blue 64

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

Shades of Matrix #874840

Tints of Matrix #874840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 49.82%
G = 26.57%
B = 23.62%

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

#874840 (or 0x874840) is known color: Matrix. HEX triplet: 87, 48 and 40. RGB value is (135,72,64). Sum of RGB (Red+Green+Blue) = 135+72+64=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874840 is #78B7BF. Grayscale: #5A5A5A. Windows color (decimal): -7911360 or 4212871. OLE color: 4212871.

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

Color convert

RGB 135 72 64 -
CMYK 0 0.47 0.53 0.47
HSL 6.76º 0.36% 0.39% -
HSV(B) 6.76º 0.53% 0.53% -
XYZ 13.23 10.16 6.11 -
YUV 89.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 135 72 64 0 0.47 0.53 0.47 6.76 0.36 0.39
Hex 87 48 40 0 2F 35 2F 7 24 27
Octal 207 110 100 0 57 65 57 7 44 47
Binary 10000111 1001000 1000000 0 101111 110101 101111 111 100100 100111

Color Harmonies of #874840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874840

Black with #874840

Text Example


Text Example

White with #874840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874840; }

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

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

background-color css

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

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

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

border-color css

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

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

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