Html Css Color HEX #874942 Matrix

📋 copy color: '#874942'

red 135 ◦ green 73 ◦ blue 66

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

Shades of Matrix #874942

Tints of Matrix #874942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 49.27%
G = 26.64%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#874942 (or 0x874942) is known color: Matrix. HEX triplet: 87, 49 and 42. RGB value is (135,73,66). Sum of RGB (Red+Green+Blue) = 135+73+66=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874942 is #78B6BD. Grayscale: #5A5A5A. Windows color (decimal): -7911102 or 4344199. OLE color: 4344199.

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

Color convert

RGB 135 73 66 -
CMYK 0 0.46 0.51 0.47
HSL 6.09º 0.34% 0.39% -
HSV(B) 6.09º 0.51% 0.53% -
XYZ 13.36 10.31 6.44 -
YUV 90.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 135 73 66 0 0.46 0.51 0.47 6.09 0.34 0.39
Hex 87 49 42 0 2E 33 2F 6 22 27
Octal 207 111 102 0 56 63 57 6 42 47
Binary 10000111 1001001 1000010 0 101110 110011 101111 110 100010 100111

Color Harmonies of #874942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874942

Black with #874942

Text Example


Text Example

White with #874942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874942; }

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

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

background-color css

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

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

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

border-color css

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

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

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