Html Css Color HEX #874643 Matrix

📋 copy color: '#874643'

red 135 ◦ green 70 ◦ blue 67

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

Shades of Matrix #874643

Tints of Matrix #874643

RGB

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

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

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

R = 49.63%
G = 25.74%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#874643 (or 0x874643) is known color: Matrix. HEX triplet: 87, 46 and 43. RGB value is (135,70,67). Sum of RGB (Red+Green+Blue) = 135+70+67=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874643 is #78B9BC. Grayscale: #595959. Windows color (decimal): -7911869 or 4408967. OLE color: 4408967.

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

Color convert

RGB 135 70 67 -
CMYK 0 0.48 0.50 0.47
HSL 2.65º 0.34% 0.4% -
HSV(B) 2.65º 0.5% 0.53% -
XYZ 13.19 9.94 6.53 -
YUV 89.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 135 70 67 0 0.48 0.50 0.47 2.65 0.34 0.4
Hex 87 46 43 0 30 32 2F 3 22 28
Octal 207 106 103 0 60 62 57 3 42 50
Binary 10000111 1000110 1000011 0 110000 110010 101111 11 100010 101000

Color Harmonies of #874643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874643

Black with #874643

Text Example


Text Example

White with #874643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874643; }

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

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

background-color css

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

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

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

border-color css

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

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

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