Html Css Color HEX #884941 Matrix

📋 copy color: '#884941'

red 136 ◦ green 73 ◦ blue 65

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

Shades of Matrix #884941

Tints of Matrix #884941

RGB

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

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

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

R = 49.64%
G = 26.64%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#884941 (or 0x884941) is known color: Matrix. HEX triplet: 88, 49 and 41. RGB value is (136,73,65). Sum of RGB (Red+Green+Blue) = 136+73+65=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #884941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884941 is #77B6BE. Grayscale: #5B5B5B. Windows color (decimal): -7845567 or 4278664. OLE color: 4278664.

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

Color convert

RGB 136 73 65 -
CMYK 0 0.46 0.52 0.47
HSL 6.76º 0.35% 0.39% -
HSV(B) 6.76º 0.52% 0.53% -
XYZ 13.49 10.38 6.29 -
YUV 90.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 136 73 65 0 0.46 0.52 0.47 6.76 0.35 0.39
Hex 88 49 41 0 2E 34 2F 7 23 27
Octal 210 111 101 0 56 64 57 7 43 47
Binary 10001000 1001001 1000001 0 101110 110100 101111 111 100011 100111

Color Harmonies of #884941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884941

Black with #884941

Text Example


Text Example

White with #884941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884941; }

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

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

background-color css

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

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

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

border-color css

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

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

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