Html Css Color HEX #884C45 Matrix

📋 copy color: '#884C45'

red 136 ◦ green 76 ◦ blue 69

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

Shades of Matrix #884C45

Tints of Matrix #884C45

RGB

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

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

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

R = 48.4%
G = 27.05%
B = 24.56%

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

#884C45 (or 0x884C45) is known color: Matrix. HEX triplet: 88, 4C and 45. RGB value is (136,76,69). Sum of RGB (Red+Green+Blue) = 136+76+69=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #884C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C45 is #77B3BA. Grayscale: #5D5D5D. Windows color (decimal): -7844795 or 4541576. OLE color: 4541576.

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

Color convert

RGB 136 76 69 -
CMYK 0 0.44 0.49 0.47
HSL 6.27º 0.33% 0.4% -
HSV(B) 6.27º 0.49% 0.53% -
XYZ 13.81 10.83 6.99 -
YUV 93.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 136 76 69 0 0.44 0.49 0.47 6.27 0.33 0.4
Hex 88 4C 45 0 2C 31 2F 6 21 28
Octal 210 114 105 0 54 61 57 6 41 50
Binary 10001000 1001100 1000101 0 101100 110001 101111 110 100001 101000

Color Harmonies of #884C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C45

Black with #884C45

Text Example


Text Example

White with #884C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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