Html Css Color HEX #884944 Matrix

📋 copy color: '#884944'

red 136 ◦ green 73 ◦ blue 68

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

Shades of Matrix #884944

Tints of Matrix #884944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 49.1%
G = 26.35%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#884944 (or 0x884944) is known color: Matrix. HEX triplet: 88, 49 and 44. RGB value is (136,73,68). Sum of RGB (Red+Green+Blue) = 136+73+68=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #884944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884944 is #77B6BB. Grayscale: #5B5B5B. Windows color (decimal): -7845564 or 4475272. OLE color: 4475272.

HSL color Cylindrical-coordinate representation of color #884944: hue angle of 4.41º 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 #884944 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 68 -
CMYK 0 0.46 0.50 0.47
HSL 4.41º 0.33% 0.4% -
HSV(B) 4.41º 0.5% 0.53% -
XYZ 13.58 10.42 6.76 -
YUV 91.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 136 73 68 0 0.46 0.50 0.47 4.41 0.33 0.4
Hex 88 49 44 0 2E 32 2F 4 21 28
Octal 210 111 104 0 56 62 57 4 41 50
Binary 10001000 1001001 1000100 0 101110 110010 101111 100 100001 101000

Color Harmonies of #884944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884944

Black with #884944

Text Example


Text Example

White with #884944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884944; }

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

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

background-color css

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

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

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

border-color css

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

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

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