Html Css Color HEX #874846 Matrix

📋 copy color: '#874846'

red 135 ◦ green 72 ◦ blue 70

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

Shades of Matrix #874846

Tints of Matrix #874846

RGB

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

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

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

R = 48.74%
G = 25.99%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#874846 (or 0x874846) is known color: Matrix. HEX triplet: 87, 48 and 46. RGB value is (135,72,70). Sum of RGB (Red+Green+Blue) = 135+72+70=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #874846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874846 is #78B7B9. Grayscale: #5A5A5A. Windows color (decimal): -7911354 or 4606087. OLE color: 4606087.

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

Color convert

RGB 135 72 70 -
CMYK 0 0.47 0.48 0.47
HSL 1.85º 0.32% 0.4% -
HSV(B) 1.85º 0.48% 0.53% -
XYZ 13.41 10.23 7.06 -
YUV 90.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 135 72 70 0 0.47 0.48 0.47 1.85 0.32 0.4
Hex 87 48 46 0 2F 30 2F 2 20 28
Octal 207 110 106 0 57 60 57 2 40 50
Binary 10000111 1001000 1000110 0 101111 110000 101111 10 100000 101000

Color Harmonies of #874846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874846

Black with #874846

Text Example


Text Example

White with #874846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874846; }

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

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

background-color css

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

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

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

border-color css

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

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

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