Html Css Color HEX #874641 Matrix

📋 copy color: '#874641'

red 135 ◦ green 70 ◦ blue 65

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

Shades of Matrix #874641

Tints of Matrix #874641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 50%
G = 25.93%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#874641 (or 0x874641) is known color: Matrix. HEX triplet: 87, 46 and 41. RGB value is (135,70,65). Sum of RGB (Red+Green+Blue) = 135+70+65=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874641 is #78B9BE. Grayscale: #585858. Windows color (decimal): -7911871 or 4277895. OLE color: 4277895.

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

Color convert

RGB 135 70 65 -
CMYK 0 0.48 0.52 0.47
HSL 4.29º 0.35% 0.39% -
HSV(B) 4.29º 0.52% 0.53% -
XYZ 13.14 9.91 6.22 -
YUV 88.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 135 70 65 0 0.48 0.52 0.47 4.29 0.35 0.39
Hex 87 46 41 0 30 34 2F 4 23 27
Octal 207 106 101 0 60 64 57 4 43 47
Binary 10000111 1000110 1000001 0 110000 110100 101111 100 100011 100111

Color Harmonies of #874641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874641

Black with #874641

Text Example


Text Example

White with #874641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874641; }

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

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

background-color css

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

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

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

border-color css

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

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

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