#854845

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

Shades of Matrix #854845

Tints of Matrix #854845

Color information

#854845 (or 0x854845) is unknown color: approx Matrix. HEX triplet: 85, 48 and 45. RGB value is (133,72,69). Sum of RGB (Red+Green+Blue) = 133+72+69=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #854845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854845 is #7AB7BA. Grayscale: #595959. Windows color (decimal): -8042427 or 4540549. OLE color: 4540549.

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

Color convert

RGB1337269-
CMYK00.460.480.48
HSL2.81º31.68%39.61%-
HSV(B)2.81º48.12%52.16%-
XYZ13.0610.056.88-
YUV89.9116.21158.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=48.54%
G=26.28%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133726900.460.480.482.8131.6839.61
Hex85484502E303032028
Octal205110105056606034050
Binary1000010110010001000101010111011000011000011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854845; }

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

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

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

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

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

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

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

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