#874B44

Color #874B44 Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #874B44

Tints of Matrix #874B44

Color information

#874B44 (or 0x874B44) is unknown color: approx Matrix. HEX triplet: 87, 4B and 44. RGB value is (135,75,68). Sum of RGB (Red+Green+Blue) = 135+75+68=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #874B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B44 is #78B4BB. Grayscale: #5C5C5C. Windows color (decimal): -7910588 or 4475783. OLE color: 4475783.

HSL color Cylindrical-coordinate representation of color #874B44: hue angle of 6.27º degrees, saturation: 0.33, 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 #874B44 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1357568-
CMYK00.440.500.47
HSL6.27º33%39.8%-
HSV(B)6.27º49.63%52.94%-
XYZ13.5510.66.8-
YUV92.14114.38158.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=48.56%
G=26.98%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135756800.440.500.476.273339.8
Hex874B4402C322F62128
Octal207113104054625764150
Binary10000111100101110001000101100110010101111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874B44; }

 p { color: rgb(135,75,68); }

 H1.HeaderClassName
 {
   color: #874B44;
 }
 .AnyTagClassName
 {
   color: #874B44;
 }
</style>
background-color css

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

 a { background-color: rgb(135,75,68); }

 div.DivClassName
 {
   background-color: #874B44;
 }
 .BgClassName
 {
   background-color: #874B44;
 }
</style>
border-color css

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

 span { border-color: rgb(135,75,68); }

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