Html Css Color HEX #884841 Matrix

📋 copy color: '#884841'

red 136 ◦ green 72 ◦ blue 65

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

Shades of Matrix #884841

Tints of Matrix #884841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 49.82%
G = 26.37%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#884841 (or 0x884841) is known color: Matrix. HEX triplet: 88, 48 and 41. RGB value is (136,72,65). Sum of RGB (Red+Green+Blue) = 136+72+65=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884841 is #77B7BE. Grayscale: #5A5A5A. Windows color (decimal): -7845823 or 4278408. OLE color: 4278408.

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

Color convert

RGB 136 72 65 -
CMYK 0 0.47 0.52 0.47
HSL 5.92º 0.35% 0.39% -
HSV(B) 5.92º 0.52% 0.53% -
XYZ 13.42 10.25 6.27 -
YUV 90.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 136 72 65 0 0.47 0.52 0.47 5.92 0.35 0.39
Hex 88 48 41 0 2F 34 2F 6 23 27
Octal 210 110 101 0 57 64 57 6 43 47
Binary 10001000 1001000 1000001 0 101111 110100 101111 110 100011 100111

Color Harmonies of #884841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884841

Black with #884841

Text Example


Text Example

White with #884841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884841; }

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

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

background-color css

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

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

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

border-color css

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

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

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