Html Css Color HEX #874741 Matrix

📋 copy color: '#874741'

red 135 ◦ green 71 ◦ blue 65

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

Shades of Matrix #874741

Tints of Matrix #874741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 49.82%
G = 26.2%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#874741 (or 0x874741) is known color: Matrix. HEX triplet: 87, 47 and 41. RGB value is (135,71,65). Sum of RGB (Red+Green+Blue) = 135+71+65=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874741 is #78B8BE. Grayscale: #595959. Windows color (decimal): -7911615 or 4278151. OLE color: 4278151.

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

Color convert

RGB 135 71 65 -
CMYK 0 0.47 0.52 0.47
HSL 5.14º 0.35% 0.39% -
HSV(B) 5.14º 0.52% 0.53% -
XYZ 13.2 10.04 6.24 -
YUV 89.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 135 71 65 0 0.47 0.52 0.47 5.14 0.35 0.39
Hex 87 47 41 0 2F 34 2F 5 23 27
Octal 207 107 101 0 57 64 57 5 43 47
Binary 10000111 1000111 1000001 0 101111 110100 101111 101 100011 100111

Color Harmonies of #874741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874741

Black with #874741

Text Example


Text Example

White with #874741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874741; }

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

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

background-color css

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

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

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

border-color css

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

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

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