#854841

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

Shades of Matrix #854841

Tints of Matrix #854841

Color information

#854841 (or 0x854841) is unknown color: approx Matrix. HEX triplet: 85, 48 and 41. RGB value is (133,72,65). Sum of RGB (Red+Green+Blue) = 133+72+65=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854841 is #7AB7BE. Grayscale: #595959. Windows color (decimal): -8042431 or 4278405. OLE color: 4278405.

HSL color Cylindrical-coordinate representation of color #854841: hue angle of 6.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854841 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1337265-
CMYK00.460.510.48
HSL6.18º34.34%38.82%-
HSV(B)6.18º51.13%52.16%-
XYZ12.94106.25-
YUV89.44114.21159.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=49.26%
G=26.67%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133726500.460.510.486.1834.3438.82
Hex85484102E333062227
Octal205110101056636064247
Binary10000101100100010000010101110110011110000110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854841; }

 p { color: rgb(133,72,65); }

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

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

 a { background-color: rgb(133,72,65); }

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

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

 span { border-color: rgb(133,72,65); }

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