Html Css Color HEX #874341 Matrix

📋 copy color: '#874341'

red 135 ◦ green 67 ◦ blue 65

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

Shades of Matrix #874341

Tints of Matrix #874341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

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

R = 50.56%
G = 25.09%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#874341 (or 0x874341) is known color: Matrix. HEX triplet: 87, 43 and 41. RGB value is (135,67,65). Sum of RGB (Red+Green+Blue) = 135+67+65=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874341 is #78BCBE. Grayscale: #575757. Windows color (decimal): -7912639 or 4277127. OLE color: 4277127.

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

Color convert

RGB 135 67 65 -
CMYK 0 0.50 0.52 0.47
HSL 1.71º 0.35% 0.39% -
HSV(B) 1.71º 0.52% 0.53% -
XYZ 12.95 9.55 6.16 -
YUV 87.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 135 67 65 0 0.50 0.52 0.47 1.71 0.35 0.39
Hex 87 43 41 0 32 34 2F 2 23 27
Octal 207 103 101 0 62 64 57 2 43 47
Binary 10000111 1000011 1000001 0 110010 110100 101111 10 100011 100111

Color Harmonies of #874341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874341

Black with #874341

Text Example


Text Example

White with #874341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874341; }

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

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

background-color css

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

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

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

border-color css

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

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

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