Html Css Color HEX #874842 Matrix

📋 copy color: '#874842'

red 135 ◦ green 72 ◦ blue 66

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

Shades of Matrix #874842

Tints of Matrix #874842

RGB

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

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

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

R = 49.45%
G = 26.37%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#874842 (or 0x874842) is known color: Matrix. HEX triplet: 87, 48 and 42. RGB value is (135,72,66). Sum of RGB (Red+Green+Blue) = 135+72+66=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874842 is #78B7BD. Grayscale: #5A5A5A. Windows color (decimal): -7911358 or 4343943. OLE color: 4343943.

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

Color convert

RGB 135 72 66 -
CMYK 0 0.47 0.51 0.47
HSL 5.22º 0.34% 0.39% -
HSV(B) 5.22º 0.51% 0.53% -
XYZ 13.29 10.18 6.42 -
YUV 90.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 135 72 66 0 0.47 0.51 0.47 5.22 0.34 0.39
Hex 87 48 42 0 2F 33 2F 5 22 27
Octal 207 110 102 0 57 63 57 5 42 47
Binary 10000111 1001000 1000010 0 101111 110011 101111 101 100010 100111

Color Harmonies of #874842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874842

Black with #874842

Text Example


Text Example

White with #874842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874842; }

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

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

background-color css

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

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

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

border-color css

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

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

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