Html Css Color HEX #884544 Matrix

📋 copy color: '#884544'

red 136 ◦ green 69 ◦ blue 68

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

Shades of Matrix #884544

Tints of Matrix #884544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 49.82%
G = 25.27%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#884544 (or 0x884544) is known color: Matrix. HEX triplet: 88, 45 and 44. RGB value is (136,69,68). Sum of RGB (Red+Green+Blue) = 136+69+68=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884544 is #77BABB. Grayscale: #585858. Windows color (decimal): -7846588 or 4474248. OLE color: 4474248.

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

Color convert

RGB 136 69 68 -
CMYK 0 0.49 0.50 0.47
HSL 0.88º 0.33% 0.4% -
HSV(B) 0.88º 0.5% 0.53% -
XYZ 13.32 9.91 6.68 -
YUV 88.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 136 69 68 0 0.49 0.50 0.47 0.88 0.33 0.4
Hex 88 45 44 0 31 32 2F 1 21 28
Octal 210 105 104 0 61 62 57 1 41 50
Binary 10001000 1000101 1000100 0 110001 110010 101111 1 100001 101000

Color Harmonies of #884544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884544

Black with #884544

Text Example


Text Example

White with #884544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884544; }

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

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

background-color css

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

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

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

border-color css

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

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

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