Html Css Color HEX #874946 Matrix

📋 copy color: '#874946'

red 135 ◦ green 73 ◦ blue 70

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

Shades of Matrix #874946

Tints of Matrix #874946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 48.56%
G = 26.26%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#874946 (or 0x874946) is known color: Matrix. HEX triplet: 87, 49 and 46. RGB value is (135,73,70). Sum of RGB (Red+Green+Blue) = 135+73+70=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #874946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874946 is #78B6B9. Grayscale: #5B5B5B. Windows color (decimal): -7911098 or 4606343. OLE color: 4606343.

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

Color convert

RGB 135 73 70 -
CMYK 0 0.46 0.48 0.47
HSL 2.77º 0.32% 0.4% -
HSV(B) 2.77º 0.48% 0.53% -
XYZ 13.48 10.36 7.08 -
YUV 91.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 135 73 70 0 0.46 0.48 0.47 2.77 0.32 0.4
Hex 87 49 46 0 2E 30 2F 3 20 28
Octal 207 111 106 0 56 60 57 3 40 50
Binary 10000111 1001001 1000110 0 101110 110000 101111 11 100000 101000

Color Harmonies of #874946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874946

Black with #874946

Text Example


Text Example

White with #874946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874946; }

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

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

background-color css

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

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

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

border-color css

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

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

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