Html Css Color HEX #884844 Matrix

📋 copy color: '#884844'

red 136 ◦ green 72 ◦ blue 68

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

Shades of Matrix #884844

Tints of Matrix #884844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 49.28%
G = 26.09%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#884844 (or 0x884844) is known color: Matrix. HEX triplet: 88, 48 and 44. RGB value is (136,72,68). Sum of RGB (Red+Green+Blue) = 136+72+68=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #884844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884844 is #77B7BB. Grayscale: #5A5A5A. Windows color (decimal): -7845820 or 4475016. OLE color: 4475016.

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

Color convert

RGB 136 72 68 -
CMYK 0 0.47 0.50 0.47
HSL 3.53º 0.33% 0.4% -
HSV(B) 3.53º 0.5% 0.53% -
XYZ 13.51 10.29 6.74 -
YUV 90.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 136 72 68 0 0.47 0.50 0.47 3.53 0.33 0.4
Hex 88 48 44 0 2F 32 2F 4 21 28
Octal 210 110 104 0 57 62 57 4 41 50
Binary 10001000 1001000 1000100 0 101111 110010 101111 100 100001 101000

Color Harmonies of #884844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884844

Black with #884844

Text Example


Text Example

White with #884844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884844; }

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

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

background-color css

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

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

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

border-color css

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

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

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