#874843

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

Shades of Matrix #874843

Tints of Matrix #874843

Color information

#874843 (or 0x874843) is unknown color: approx Matrix. HEX triplet: 87, 48 and 43. RGB value is (135,72,67). Sum of RGB (Red+Green+Blue) = 135+72+67=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874843 is #78B7BC. Grayscale: #5A5A5A. Windows color (decimal): -7911357 or 4409479. OLE color: 4409479.

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

Color convert

RGB1357267-
CMYK00.470.500.47
HSL4.41º33.66%39.61%-
HSV(B)4.41º50.37%52.94%-
XYZ13.3210.196.58-
YUV90.27114.87159.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=49.27%
G=26.28%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135726700.470.500.474.4133.6639.61
Hex87484302F322F42228
Octal207110103057625744250
Binary10000111100100010000110101111110010101111100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874843; }

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

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

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

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

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

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

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

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