#884541

Color #884541 Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #884541

Tints of Matrix #884541

Color information

#884541 (or 0x884541) is unknown color: approx Matrix. HEX triplet: 88, 45 and 41. RGB value is (136,69,65). Sum of RGB (Red+Green+Blue) = 136+69+65=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #884541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884541 is #77BABE. Grayscale: #585858. Windows color (decimal): -7846591 or 4277640. OLE color: 4277640.

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

Color convert

RGB1366965-
CMYK00.490.520.47
HSL3.38º35.32%39.41%-
HSV(B)3.38º52.21%53.33%-
XYZ13.249.876.21-
YUV88.58114.7161.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=50.37%
G=25.56%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136696500.490.520.473.3835.3239.41
Hex884541031342F32327
Octal210105101061645734347
Binary1000100010001011000001011000111010010111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884541; }

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

 H1.HeaderClassName
 {
   color: #884541;
 }
 .AnyTagClassName
 {
   color: #884541;
 }
</style>
background-color css

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

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

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

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

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

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