Html Css Color HEX #884642 Matrix

📋 copy color: '#884642'

red 136 ◦ green 70 ◦ blue 66

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

Shades of Matrix #884642

Tints of Matrix #884642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 50%
G = 25.74%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#884642 (or 0x884642) is known color: Matrix. HEX triplet: 88, 46 and 42. RGB value is (136,70,66). Sum of RGB (Red+Green+Blue) = 136+70+66=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884642 is #77B9BD. Grayscale: #595959. Windows color (decimal): -7846334 or 4343432. OLE color: 4343432.

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

Color convert

RGB 136 70 66 -
CMYK 0 0.49 0.51 0.47
HSL 3.43º 0.35% 0.4% -
HSV(B) 3.43º 0.51% 0.53% -
XYZ 13.33 10.01 6.38 -
YUV 89.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 136 70 66 0 0.49 0.51 0.47 3.43 0.35 0.4
Hex 88 46 42 0 31 33 2F 3 23 28
Octal 210 106 102 0 61 63 57 3 43 50
Binary 10001000 1000110 1000010 0 110001 110011 101111 11 100011 101000

Color Harmonies of #884642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884642

Black with #884642

Text Example


Text Example

White with #884642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884642; }

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

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

background-color css

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

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

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

border-color css

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

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

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