Html Css Color HEX #884341 Matrix

📋 copy color: '#884341'

red 136 ◦ green 67 ◦ blue 65

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

Shades of Matrix #884341

Tints of Matrix #884341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 50.75%
G = 25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#884341 (or 0x884341) is known color: Matrix. HEX triplet: 88, 43 and 41. RGB value is (136,67,65). Sum of RGB (Red+Green+Blue) = 136+67+65=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #884341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884341 is #77BCBE. Grayscale: #575757. Windows color (decimal): -7847103 or 4277128. OLE color: 4277128.

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

Color convert

RGB 136 67 65 -
CMYK 0 0.51 0.52 0.47
HSL 1.69º 0.35% 0.39% -
HSV(B) 1.69º 0.52% 0.53% -
XYZ 13.11 9.63 6.17 -
YUV 87.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 136 67 65 0 0.51 0.52 0.47 1.69 0.35 0.39
Hex 88 43 41 0 33 34 2F 2 23 27
Octal 210 103 101 0 63 64 57 2 43 47
Binary 10001000 1000011 1000001 0 110011 110100 101111 10 100011 100111

Color Harmonies of #884341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884341

Black with #884341

Text Example


Text Example

White with #884341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884341; }

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

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

background-color css

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

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

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

border-color css

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

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

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