Html Css Color HEX #874542 Matrix

📋 copy color: '#874542'

red 135 ◦ green 69 ◦ blue 66

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

Shades of Matrix #874542

Tints of Matrix #874542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 50%
G = 25.56%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#874542 (or 0x874542) is known color: Matrix. HEX triplet: 87, 45 and 42. RGB value is (135,69,66). Sum of RGB (Red+Green+Blue) = 135+69+66=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874542 is #78BABD. Grayscale: #585858. Windows color (decimal): -7912126 or 4343175. OLE color: 4343175.

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

Color convert

RGB 135 69 66 -
CMYK 0 0.49 0.51 0.47
HSL 2.61º 0.34% 0.39% -
HSV(B) 2.61º 0.51% 0.53% -
XYZ 13.1 9.8 6.36 -
YUV 88.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 135 69 66 0 0.49 0.51 0.47 2.61 0.34 0.39
Hex 87 45 42 0 31 33 2F 3 22 27
Octal 207 105 102 0 61 63 57 3 42 47
Binary 10000111 1000101 1000010 0 110001 110011 101111 11 100010 100111

Color Harmonies of #874542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874542

Black with #874542

Text Example


Text Example

White with #874542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874542; }

 p { color: rgb(135,69,66); }

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

background-color css

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

 a { background-color: rgb(135,69,66); }

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

border-color css

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

 span { border-color: rgb(135,69,66); }

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