Html Css Color HEX #884940 Matrix

📋 copy color: '#884940'

red 136 ◦ green 73 ◦ blue 64

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

Shades of Matrix #884940

Tints of Matrix #884940

RGB

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

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

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

R = 49.82%
G = 26.74%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#884940 (or 0x884940) is known color: Matrix. HEX triplet: 88, 49 and 40. RGB value is (136,73,64). Sum of RGB (Red+Green+Blue) = 136+73+64=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884940 is #77B6BF. Grayscale: #5A5A5A. Windows color (decimal): -7845568 or 4213128. OLE color: 4213128.

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

Color convert

RGB 136 73 64 -
CMYK 0 0.46 0.53 0.47
HSL 7.5º 0.36% 0.39% -
HSV(B) 7.5º 0.53% 0.53% -
XYZ 13.46 10.37 6.14 -
YUV 90.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 136 73 64 0 0.46 0.53 0.47 7.5 0.36 0.39
Hex 88 49 40 0 2E 35 2F 8 24 27
Octal 210 111 100 0 56 65 57 10 44 47
Binary 10001000 1001001 1000000 0 101110 110101 101111 1000 100100 100111

Color Harmonies of #884940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884940

Black with #884940

Text Example


Text Example

White with #884940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884940; }

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

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

background-color css

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

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

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

border-color css

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

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

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