Html Css Color HEX #874844 Matrix

📋 copy color: '#874844'

red 135 ◦ green 72 ◦ blue 68

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

Shades of Matrix #874844

Tints of Matrix #874844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 49.09%
G = 26.18%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#874844 (or 0x874844) is known color: Matrix. HEX triplet: 87, 48 and 44. RGB value is (135,72,68). Sum of RGB (Red+Green+Blue) = 135+72+68=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874844 is #78B7BB. Grayscale: #5A5A5A. Windows color (decimal): -7911356 or 4475015. OLE color: 4475015.

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

Color convert

RGB 135 72 68 -
CMYK 0 0.47 0.50 0.47
HSL 3.58º 0.33% 0.4% -
HSV(B) 3.58º 0.5% 0.53% -
XYZ 13.35 10.2 6.73 -
YUV 90.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 135 72 68 0 0.47 0.50 0.47 3.58 0.33 0.4
Hex 87 48 44 0 2F 32 2F 4 21 28
Octal 207 110 104 0 57 62 57 4 41 50
Binary 10000111 1001000 1000100 0 101111 110010 101111 100 100001 101000

Color Harmonies of #874844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874844

Black with #874844

Text Example


Text Example

White with #874844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874844; }

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

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

background-color css

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

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

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

border-color css

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

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

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