Html Css Color HEX #884640 Matrix

📋 copy color: '#884640'

red 136 ◦ green 70 ◦ blue 64

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

Shades of Matrix #884640

Tints of Matrix #884640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 50.37%
G = 25.93%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#884640 (or 0x884640) is known color: Matrix. HEX triplet: 88, 46 and 40. RGB value is (136,70,64). Sum of RGB (Red+Green+Blue) = 136+70+64=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #884640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884640 is #77B9BF. Grayscale: #595959. Windows color (decimal): -7846336 or 4212360. OLE color: 4212360.

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

Color convert

RGB 136 70 64 -
CMYK 0 0.49 0.53 0.47
HSL 0.36% 0.39% -
HSV(B) 0.53% 0.53% -
XYZ 13.27 9.98 6.08 -
YUV 89.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 136 70 64 0 0.49 0.53 0.47 5 0.36 0.39
Hex 88 46 40 0 31 35 2F 5 24 27
Octal 210 106 100 0 61 65 57 5 44 47
Binary 10001000 1000110 1000000 0 110001 110101 101111 101 100100 100111

Color Harmonies of #884640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884640

Black with #884640

Text Example


Text Example

White with #884640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884640; }

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

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

background-color css

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

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

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

border-color css

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

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

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