#854B44

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

Shades of Matrix #854B44

Tints of Matrix #854B44

Color information

#854B44 (or 0x854B44) is unknown color: approx Matrix. HEX triplet: 85, 4B and 44. RGB value is (133,75,68). Sum of RGB (Red+Green+Blue) = 133+75+68=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #854B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B44 is #7AB4BB. Grayscale: #5B5B5B. Windows color (decimal): -8041660 or 4475781. OLE color: 4475781.

HSL color Cylindrical-coordinate representation of color #854B44: hue angle of 6.46º 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 #854B44 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1337568-
CMYK00.440.490.48
HSL6.46º32.34%39.41%-
HSV(B)6.46º48.87%52.16%-
XYZ13.2310.446.79-
YUV91.54114.72157.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=48.19%
G=27.17%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133756800.440.490.486.4632.3439.41
Hex854B4402C313062027
Octal205113104054616064047
Binary10000101100101110001000101100110001110000110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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