#854C44

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

Shades of Matrix #854C44

Tints of Matrix #854C44

Color information

#854C44 (or 0x854C44) is unknown color: approx Matrix. HEX triplet: 85, 4C and 44. RGB value is (133,76,68). Sum of RGB (Red+Green+Blue) = 133+76+68=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #854C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C44 is #7AB3BB. Grayscale: #5C5C5C. Windows color (decimal): -8041404 or 4476037. OLE color: 4476037.

HSL color Cylindrical-coordinate representation of color #854C44: hue angle of 7.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854C44 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1337668-
CMYK00.430.490.48
HSL7.38º32.34%39.41%-
HSV(B)7.38º48.87%52.16%-
XYZ13.310.576.81-
YUV92.13114.38157.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=48.01%
G=27.44%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133766800.430.490.487.3832.3439.41
Hex854C4402B313072027
Octal205114104053616074047
Binary10000101100110010001000101011110001110000111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C44; }

 p { color: rgb(133,76,68); }

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

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

 a { background-color: rgb(133,76,68); }

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

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

 span { border-color: rgb(133,76,68); }

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