Html Css Color HEX #874C45 Matrix

📋 copy color: '#874C45'

red 135 ◦ green 76 ◦ blue 69

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

Shades of Matrix #874C45

Tints of Matrix #874C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 48.21%
G = 27.14%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#874C45 (or 0x874C45) is known color: Matrix. HEX triplet: 87, 4C and 45. RGB value is (135,76,69). Sum of RGB (Red+Green+Blue) = 135+76+69=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #874C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C45 is #78B3BA. Grayscale: #5C5C5C. Windows color (decimal): -7910331 or 4541575. OLE color: 4541575.

HSL color Cylindrical-coordinate representation of color #874C45: hue angle of 6.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874C45 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 69 -
CMYK 0 0.44 0.49 0.47
HSL 6.36º 0.32% 0.4% -
HSV(B) 6.36º 0.49% 0.53% -
XYZ 13.65 10.75 6.99 -
YUV 92.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 135 76 69 0 0.44 0.49 0.47 6.36 0.32 0.4
Hex 87 4C 45 0 2C 31 2F 6 20 28
Octal 207 114 105 0 54 61 57 6 40 50
Binary 10000111 1001100 1000101 0 101100 110001 101111 110 100000 101000

Color Harmonies of #874C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C45

Black with #874C45

Text Example


Text Example

White with #874C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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