Html Css Color HEX #884D46 Matrix

📋 copy color: '#884D46'

red 136 ◦ green 77 ◦ blue 70

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

Shades of Matrix #884D46

Tints of Matrix #884D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 48.06%
G = 27.21%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#884D46 (or 0x884D46) is known color: Matrix. HEX triplet: 88, 4D and 46. RGB value is (136,77,70). Sum of RGB (Red+Green+Blue) = 136+77+70=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #884D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D46 is #77B2B9. Grayscale: #5D5D5D. Windows color (decimal): -7844538 or 4607368. OLE color: 4607368.

HSL color Cylindrical-coordinate representation of color #884D46: 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 #884D46 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 77 70 -
CMYK 0 0.43 0.49 0.47
HSL 6.36º 0.32% 0.4% -
HSV(B) 6.36º 0.49% 0.53% -
XYZ 13.91 10.98 7.18 -
YUV 93.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 136 77 70 0 0.43 0.49 0.47 6.36 0.32 0.4
Hex 88 4D 46 0 2B 31 2F 6 20 28
Octal 210 115 106 0 53 61 57 6 40 50
Binary 10001000 1001101 1000110 0 101011 110001 101111 110 100000 101000

Color Harmonies of #884D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D46

Black with #884D46

Text Example


Text Example

White with #884D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884D46; }

 p { color: rgb(136,77,70); }

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

background-color css

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

 a { background-color: rgb(136,77,70); }

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

border-color css

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

 span { border-color: rgb(136,77,70); }

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