Html Css Color HEX #884840 Matrix

📋 copy color: '#884840'

red 136 ◦ green 72 ◦ blue 64

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

Shades of Matrix #884840

Tints of Matrix #884840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 50%
G = 26.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#884840 (or 0x884840) is known color: Matrix. HEX triplet: 88, 48 and 40. RGB value is (136,72,64). Sum of RGB (Red+Green+Blue) = 136+72+64=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884840 is #77B7BF. Grayscale: #5A5A5A. Windows color (decimal): -7845824 or 4212872. OLE color: 4212872.

HSL color Cylindrical-coordinate representation of color #884840: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884840 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 64 -
CMYK 0 0.47 0.53 0.47
HSL 6.67º 0.36% 0.39% -
HSV(B) 6.67º 0.53% 0.53% -
XYZ 13.4 10.24 6.12 -
YUV 90.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 136 72 64 0 0.47 0.53 0.47 6.67 0.36 0.39
Hex 88 48 40 0 2F 35 2F 7 24 27
Octal 210 110 100 0 57 65 57 7 44 47
Binary 10001000 1001000 1000000 0 101111 110101 101111 111 100100 100111

Color Harmonies of #884840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884840

Black with #884840

Text Example


Text Example

White with #884840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884840; }

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

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

background-color css

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

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

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

border-color css

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

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

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