Html Css Color HEX #874743 Matrix

📋 copy color: '#874743'

red 135 ◦ green 71 ◦ blue 67

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

Shades of Matrix #874743

Tints of Matrix #874743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 49.45%
G = 26.01%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#874743 (or 0x874743) is known color: Matrix. HEX triplet: 87, 47 and 43. RGB value is (135,71,67). Sum of RGB (Red+Green+Blue) = 135+71+67=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874743 is #78B8BC. Grayscale: #595959. Windows color (decimal): -7911613 or 4409223. OLE color: 4409223.

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

Color convert

RGB 135 71 67 -
CMYK 0 0.47 0.50 0.47
HSL 3.53º 0.34% 0.4% -
HSV(B) 3.53º 0.5% 0.53% -
XYZ 13.26 10.06 6.55 -
YUV 89.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 135 71 67 0 0.47 0.50 0.47 3.53 0.34 0.4
Hex 87 47 43 0 2F 32 2F 4 22 28
Octal 207 107 103 0 57 62 57 4 42 50
Binary 10000111 1000111 1000011 0 101111 110010 101111 100 100010 101000

Color Harmonies of #874743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874743

Black with #874743

Text Example


Text Example

White with #874743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874743; }

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

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

background-color css

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

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

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

border-color css

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

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

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