#854645

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

Shades of Matrix #854645

Tints of Matrix #854645

Color information

#854645 (or 0x854645) is unknown color: approx Matrix. HEX triplet: 85, 46 and 45. RGB value is (133,70,69). Sum of RGB (Red+Green+Blue) = 133+70+69=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #854645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854645 is #7AB9BA. Grayscale: #585858. Windows color (decimal): -8042939 or 4540037. OLE color: 4540037.

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

Color convert

RGB1337069-
CMYK00.470.480.48
HSL0.94º31.68%39.61%-
HSV(B)0.94º48.12%52.16%-
XYZ12.949.86.84-
YUV88.72116.87159.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=48.90%
G=25.74%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133706900.470.480.480.9431.6839.61
Hex85464502F303012028
Octal205106105057606014050
Binary100001011000110100010101011111100001100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854645; }

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

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

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

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

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

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

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

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