Html Css Color HEX #874941 Matrix

📋 copy color: '#874941'

red 135 ◦ green 73 ◦ blue 65

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

Shades of Matrix #874941

Tints of Matrix #874941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 49.45%
G = 26.74%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#874941 (or 0x874941) is known color: Matrix. HEX triplet: 87, 49 and 41. RGB value is (135,73,65). Sum of RGB (Red+Green+Blue) = 135+73+65=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874941 is #78B6BE. Grayscale: #5A5A5A. Windows color (decimal): -7911103 or 4278663. OLE color: 4278663.

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

Color convert

RGB 135 73 65 -
CMYK 0 0.46 0.52 0.47
HSL 6.86º 0.35% 0.39% -
HSV(B) 6.86º 0.52% 0.53% -
XYZ 13.33 10.3 6.29 -
YUV 90.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 135 73 65 0 0.46 0.52 0.47 6.86 0.35 0.39
Hex 87 49 41 0 2E 34 2F 7 23 27
Octal 207 111 101 0 56 64 57 7 43 47
Binary 10000111 1001001 1000001 0 101110 110100 101111 111 100011 100111

Color Harmonies of #874941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874941

Black with #874941

Text Example


Text Example

White with #874941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874941; }

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

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

background-color css

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

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

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

border-color css

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

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

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