#854642

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

Shades of Matrix #854642

Tints of Matrix #854642

Color information

#854642 (or 0x854642) is unknown color: approx Matrix. HEX triplet: 85, 46 and 42. RGB value is (133,70,66). Sum of RGB (Red+Green+Blue) = 133+70+66=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854642 is #7AB9BD. Grayscale: #585858. Windows color (decimal): -8042942 or 4343429. OLE color: 4343429.

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

Color convert

RGB1337066-
CMYK00.470.500.48
HSL3.58º33.67%39.02%-
HSV(B)3.58º50.38%52.16%-
XYZ12.859.766.36-
YUV88.38115.37159.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=49.44%
G=26.02%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133706600.470.500.483.5833.6739.02
Hex85464202F323042227
Octal205106102057626044247
Binary10000101100011010000100101111110010110000100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854642; }

 p { color: rgb(133,70,66); }

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

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

 a { background-color: rgb(133,70,66); }

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

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

 span { border-color: rgb(133,70,66); }

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