Html Css Color HEX #884745 Matrix

📋 copy color: '#884745'

red 136 ◦ green 71 ◦ blue 69

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

Shades of Matrix #884745

Tints of Matrix #884745

RGB

 RED value IS 136 (53.52% from 255) = 49.28%

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

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

R = 49.28%
G = 25.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#884745 (or 0x884745) is known color: Matrix. HEX triplet: 88, 47 and 45. RGB value is (136,71,69). Sum of RGB (Red+Green+Blue) = 136+71+69=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #884745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884745 is #77B8BA. Grayscale: #5A5A5A. Windows color (decimal): -7846075 or 4540296. OLE color: 4540296.

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

Color convert

RGB 136 71 69 -
CMYK 0 0.48 0.49 0.47
HSL 1.79º 0.33% 0.4% -
HSV(B) 1.79º 0.49% 0.53% -
XYZ 13.48 10.17 6.88 -
YUV 90.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 136 71 69 0 0.48 0.49 0.47 1.79 0.33 0.4
Hex 88 47 45 0 30 31 2F 2 21 28
Octal 210 107 105 0 60 61 57 2 41 50
Binary 10001000 1000111 1000101 0 110000 110001 101111 10 100001 101000

Color Harmonies of #884745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884745

Black with #884745

Text Example


Text Example

White with #884745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884745; }

 p { color: rgb(136,71,69); }

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

background-color css

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

 a { background-color: rgb(136,71,69); }

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

border-color css

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

 span { border-color: rgb(136,71,69); }

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